Color Hex Logo

#a9d69b Color Hex

#A9D69B
(169,214,155)
0 Favorites   0 Comments

Color spaces of #a9d69b

RGB 169214155
HSL0.290.420.72
HSV106°28°84°
CMYK 0.210.000.28   0.16
XYZ46.325158.894739.9366
Yxy58.89470.31910.4057
Hunter Lab76.7429-26.550222.8658
CIE-Lab81.2337-25.624724.4803

#a9d69b color RGB value is (169,214,155).

#a9d69b hex color red value is 169, green value is 214 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #a9d69b hue: 0.29 , saturation: 0.42 and the lightness value of a9d69b is 0.72.

The process color (four color CMYK) of #a9d69b color hex is 0.21, 0.00, 0.28, 0.16. Web safe color of #a9d69b is #99cc99. Color #a9d69b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11010110 10011011
Octal 251 326 233
Decimal 169 214 155
Hex A9 D6 9B

RGB Percentages of Color #a9d69b

%31.41
%39.78
%28.81

CMYK Percentages of Color #a9d69b

%21
%0
%28
%16

Triadic Colors of #a9d69b

#a9d69b #9ba9d6 #d69ba9

Analogous Colors of #a9d69b

#a9d69b #9bd6ab #c7d69b

Monochromatic Colors of #a9d69b

#a9d69b

Complementary Color

#a9d69b #c89bd6

#a9d69b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9d69b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9d69b Color CSS Codes

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

#a9d69b Text Font Color

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

This sample text font color is #a9d69b
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.


#a9d69b Background Color

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

This div background color is #a9d69b


#a9d69b Border Color

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

This div border color is #a9d69b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9d69b


Comments

No comments written yet.

Please login to write comment.