Color Hex Logo

#afdfaa Color Hex

#AFDFAA
(175,223,170)
0 Favorites   0 Comments

Color spaces of #afdfaa

RGB 175223170
HSL0.320.450.77
HSV114°24°87°
CMYK 0.220.000.24   0.13
XYZ51.322664.791647.8313
Yxy64.79160.31300.3952
Hunter Lab80.4932-27.051321.1135
CIE-Lab84.3762-25.500921.0261

#afdfaa color RGB value is (175,223,170).

#afdfaa hex color red value is 175, green value is 223 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #afdfaa hue: 0.32 , saturation: 0.45 and the lightness value of afdfaa is 0.77.

The process color (four color CMYK) of #afdfaa color hex is 0.22, 0.00, 0.24, 0.13. Web safe color of #afdfaa is #99cc99. Color #afdfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 10101010
Octal 257 337 252
Decimal 175 223 170
Hex AF DF AA

RGB Percentages of Color #afdfaa

%30.81
%39.26
%29.93

CMYK Percentages of Color #afdfaa

%22
%0
%24
%13

Triadic Colors of #afdfaa

#afdfaa #aaafdf #dfaaaf

Analogous Colors of #afdfaa

#afdfaa #aadfc0 #cadfaa

Monochromatic Colors of #afdfaa

#afdfaa

Complementary Color

#afdfaa #daaadf

#afdfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdfaa Color CSS Codes

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

#afdfaa Text Font Color

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

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


#afdfaa Background Color

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

This div background color is #afdfaa


#afdfaa Border Color

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

This div border color is #afdfaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,223,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 #afdfaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdfaa


Comments

No comments written yet.

Please login to write comment.