Color Hex Logo

#afcaa2 Color Hex

#AFCAA2
(175,202,162)
0 Favorites   0 Comments

Color spaces of #afcaa2

RGB 175202162
HSL0.280.270.71
HSV101°20°79°
CMYK 0.130.000.20   0.21
XYZ45.321353.963742.2098
Yxy53.96370.32030.3814
Hunter Lab73.4600-18.429017.3542
CIE-Lab78.4406-16.448216.9983

#afcaa2 color RGB value is (175,202,162).

#afcaa2 hex color red value is 175, green value is 202 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #afcaa2 hue: 0.28 , saturation: 0.27 and the lightness value of afcaa2 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 10100010
Octal 257 312 242
Decimal 175 202 162
Hex AF CA A2

RGB Percentages of Color #afcaa2

%32.47
%37.48
%30.06

CMYK Percentages of Color #afcaa2

%13
%0
%20
%21

Triadic Colors of #afcaa2

#afcaa2 #a2afca #caa2af

Analogous Colors of #afcaa2

#afcaa2 #a2caa9 #c3caa2

Monochromatic Colors of #afcaa2

#afcaa2

Complementary Color

#afcaa2 #bda2ca

#afcaa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcaa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcaa2 Color CSS Codes

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

#afcaa2 Text Font Color

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

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


#afcaa2 Background Color

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

This div background color is #afcaa2


#afcaa2 Border Color

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

This div border color is #afcaa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcaa2


Comments

No comments written yet.

Please login to write comment.