Color Hex Logo

#afdaaa Color Hex

#AFDAAA
(175,218,170)
0 Favorites   0 Comments

Color spaces of #afdaaa

RGB 175218170
HSL0.320.390.76
HSV114°22°85°
CMYK 0.200.000.22   0.15
XYZ50.006362.159047.3925
Yxy62.15900.31340.3896
Hunter Lab78.8410-24.754919.5486
CIE-Lab82.9979-23.070819.1161

#afdaaa color RGB value is (175,218,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 10101010
Octal 257 332 252
Decimal 175 218 170
Hex AF DA AA

RGB Percentages of Color #afdaaa

%31.08
%38.72
%30.20

CMYK Percentages of Color #afdaaa

%20
%0
%22
%15

Triadic Colors of #afdaaa

#afdaaa #aaafda #daaaaf

Analogous Colors of #afdaaa

#afdaaa #aadabd #c7daaa

Monochromatic Colors of #afdaaa

#afdaaa

Complementary Color

#afdaaa #d5aada

#afdaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdaaa Color CSS Codes

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

#afdaaa Text Font Color

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

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


#afdaaa Background Color

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

This div background color is #afdaaa


#afdaaa Border Color

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

This div border color is #afdaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdaaa


Comments

No comments written yet.

Please login to write comment.