Color Hex Logo

#afcdaa Color Hex

#AFCDAA
(175,205,170)
0 Favorites   0 Comments

Color spaces of #afcdaa

RGB 175205170
HSL0.310.260.74
HSV111°17°80°
CMYK 0.150.000.17   0.20
XYZ46.766255.678946.3125
Yxy55.67890.31440.3743
Hunter Lab74.6183-18.709115.4339
CIE-Lab79.4307-16.608314.1260

#afcdaa color RGB value is (175,205,170).

#afcdaa hex color red value is 175, green value is 205 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #afcdaa hue: 0.31 , saturation: 0.26 and the lightness value of afcdaa is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 10101010
Octal 257 315 252
Decimal 175 205 170
Hex AF CD AA

RGB Percentages of Color #afcdaa

%31.82
%37.27
%30.91

CMYK Percentages of Color #afcdaa

%15
%0
%17
%20

Triadic Colors of #afcdaa

#afcdaa #aaafcd #cdaaaf

Analogous Colors of #afcdaa

#afcdaa #aacdb7 #c1cdaa

Monochromatic Colors of #afcdaa

#afcdaa

Complementary Color

#afcdaa #c8aacd

#afcdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcdaa Color CSS Codes

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

#afcdaa Text Font Color

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

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


#afcdaa Background Color

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

This div background color is #afcdaa


#afcdaa Border Color

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

This div border color is #afcdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcdaa


Comments

No comments written yet.

Please login to write comment.