Color Hex Logo

#a9cb6e Color Hex

#A9CB6E
(169,203,110)
0 Favorites   0 Comments

Color spaces of #a9cb6e

RGB 169203110
HSL0.230.470.61
HSV82°46°80°
CMYK 0.170.000.46   0.20
XYZ40.532652.272722.7052
Yxy52.27270.35090.4525
Hunter Lab72.2999-26.454531.9903
CIE-Lab77.4436-26.424142.5096

#a9cb6e color RGB value is (169,203,110).

#a9cb6e hex color red value is 169, green value is 203 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #a9cb6e hue: 0.23 , saturation: 0.47 and the lightness value of a9cb6e is 0.61.

The process color (four color CMYK) of #a9cb6e color hex is 0.17, 0.00, 0.46, 0.20. Web safe color of #a9cb6e is #99cc66. Color #a9cb6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001011 01101110
Octal 251 313 156
Decimal 169 203 110
Hex A9 CB 6E

RGB Percentages of Color #a9cb6e

%35.06
%42.12
%22.82

CMYK Percentages of Color #a9cb6e

%17
%0
%46
%20

Triadic Colors of #a9cb6e

#a9cb6e #6ea9cb #cb6ea9

Analogous Colors of #a9cb6e

#a9cb6e #7bcb6e #cbbf6e

Monochromatic Colors of #a9cb6e

#a9cb6e

Complementary Color

#a9cb6e #906ecb

#a9cb6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9cb6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9cb6e Color CSS Codes

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

#a9cb6e Text Font Color

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

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


#a9cb6e Background Color

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

This div background color is #a9cb6e


#a9cb6e Border Color

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

This div border color is #a9cb6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9cb6e


Comments

No comments written yet.

Please login to write comment.