Color Hex Logo

#afcaa6 Color Hex

#AFCAA6
(175,202,166)
0 Favorites   0 Comments

Color spaces of #afcaa6

RGB 175202166
HSL0.290.250.72
HSV105°18°79°
CMYK 0.130.000.18   0.21
XYZ45.682754.108244.1126
Yxy54.10820.31750.3760
Hunter Lab73.5583-17.871215.9348
CIE-Lab78.5248-15.775714.9843

#afcaa6 color RGB value is (175,202,166).

#afcaa6 hex color red value is 175, green value is 202 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #afcaa6 hue: 0.29 , saturation: 0.25 and the lightness value of afcaa6 is 0.72.

The process color (four color CMYK) of #afcaa6 color hex is 0.13, 0.00, 0.18, 0.21. Web safe color of #afcaa6 is #99cc99. Color #afcaa6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 10100110
Octal 257 312 246
Decimal 175 202 166
Hex AF CA A6

RGB Percentages of Color #afcaa6

%32.23
%37.20
%30.57

CMYK Percentages of Color #afcaa6

%13
%0
%18
%21

Triadic Colors of #afcaa6

#afcaa6 #a6afca #caa6af

Analogous Colors of #afcaa6

#afcaa6 #a6caaf #c1caa6

Monochromatic Colors of #afcaa6

#afcaa6

Complementary Color

#afcaa6 #c1a6ca

#afcaa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcaa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcaa6 Color CSS Codes

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

#afcaa6 Text Font Color

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

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


#afcaa6 Background Color

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

This div background color is #afcaa6


#afcaa6 Border Color

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

This div border color is #afcaa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcaa6


Comments

No comments written yet.

Please login to write comment.