Color Hex Logo

#a9ddb3 Color Hex

#A9DDB3
(169,221,179)
0 Favorites   0 Comments

Color spaces of #a9ddb3

RGB 169221179
HSL0.370.430.76
HSV132°24°87°
CMYK 0.240.000.19   0.13
XYZ50.355363.402652.2317
Yxy63.40260.30340.3820
Hunter Lab79.6257-26.461716.8459
CIE-Lab83.6538-24.961015.2542

#a9ddb3 color RGB value is (169,221,179).

#a9ddb3 hex color red value is 169, green value is 221 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #a9ddb3 hue: 0.37 , saturation: 0.43 and the lightness value of a9ddb3 is 0.76.

The process color (four color CMYK) of #a9ddb3 color hex is 0.24, 0.00, 0.19, 0.13. Web safe color of #a9ddb3 is #99cccc. Color #a9ddb3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011101 10110011
Octal 251 335 263
Decimal 169 221 179
Hex A9 DD B3

RGB Percentages of Color #a9ddb3

%29.70
%38.84
%31.46

CMYK Percentages of Color #a9ddb3

%24
%0
%19
%13

Triadic Colors of #a9ddb3

#a9ddb3 #b3a9dd #ddb3a9

Analogous Colors of #a9ddb3

#a9ddb3 #a9ddcd #b9dda9

Monochromatic Colors of #a9ddb3

#a9ddb3

Complementary Color

#a9ddb3 #dda9d3

#a9ddb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ddb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ddb3 Color CSS Codes

.mybgcolor {background-color:#a9ddb3; } 
.myforecolor {color:#a9ddb3; }
.mybordercolor {border:3px solid #a9ddb3; }

#a9ddb3 Text Font Color

<p style="color:#a9ddb3">Text here</p>

This sample text font color is #a9ddb3
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a9ddb3 Background Color

<div style="background-color:#a9ddb3">
Div content here</div>

This div background color is #a9ddb3


#a9ddb3 Border Color

<div style="border:3px solid #a9ddb3">
Div here</div>

This div border color is #a9ddb3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,221,179, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a9ddb3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a9ddb3;
  -webkit-box-shadow: 1px 1px 3px 2px #a9ddb3;
  box-shadow:         1px 1px 3px 2px #a9ddb3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,221,179, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a9ddb3">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a9ddb3;
  -webkit-box-shadow: 1px 1px 3px 2px #a9ddb3;
  box-shadow:         1px 1px 3px 2px #a9ddb3;">
Div content here</div>

This div box has shadow with color #a9ddb3


Comments

No comments written yet.

Please login to write comment.