Color Hex Logo

#afcca9 Color Hex

#AFCCA9
(175,204,169)
0 Favorites   0 Comments

Color spaces of #afcca9

RGB 175204169
HSL0.300.260.73
HSV110°17°80°
CMYK 0.140.000.17   0.20
XYZ46.433555.164345.7366
Yxy55.16430.31520.3744
Hunter Lab74.2727-18.383215.4805
CIE-Lab79.1358-16.275414.2435

#afcca9 color RGB value is (175,204,169).

#afcca9 hex color red value is 175, green value is 204 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #afcca9 hue: 0.30 , saturation: 0.26 and the lightness value of afcca9 is 0.73.

The process color (four color CMYK) of #afcca9 color hex is 0.14, 0.00, 0.17, 0.20. Web safe color of #afcca9 is #99cc99. Color #afcca9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 10101001
Octal 257 314 251
Decimal 175 204 169
Hex AF CC A9

RGB Percentages of Color #afcca9

%31.93
%37.23
%30.84

CMYK Percentages of Color #afcca9

%14
%0
%17
%20

Triadic Colors of #afcca9

#afcca9 #a9afcc #cca9af

Analogous Colors of #afcca9

#afcca9 #a9ccb5 #c1cca9

Monochromatic Colors of #afcca9

#afcca9

Complementary Color

#afcca9 #c6a9cc

#afcca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcca9 Color CSS Codes

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

#afcca9 Text Font Color

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

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


#afcca9 Background Color

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

This div background color is #afcca9


#afcca9 Border Color

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

This div border color is #afcca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcca9


Comments

No comments written yet.

Please login to write comment.