Color Hex Logo

#afdeaa Color Hex

#AFDEAA
(175,222,170)
0 Favorites   0 Comments

Color spaces of #afdeaa

RGB 175222170
HSL0.320.440.77
HSV114°23°87°
CMYK 0.210.000.23   0.13
XYZ51.056264.258847.7425
Yxy64.25880.31310.3941
Hunter Lab80.1616-26.593320.8013
CIE-Lab84.1003-25.017420.6446

#afdeaa color RGB value is (175,222,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011110 10101010
Octal 257 336 252
Decimal 175 222 170
Hex AF DE AA

RGB Percentages of Color #afdeaa

%30.86
%39.15
%29.98

CMYK Percentages of Color #afdeaa

%21
%0
%23
%13

Triadic Colors of #afdeaa

#afdeaa #aaafde #deaaaf

Analogous Colors of #afdeaa

#afdeaa #aadebf #c9deaa

Monochromatic Colors of #afdeaa

#afdeaa

Complementary Color

#afdeaa #d9aade

#afdeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdeaa Color CSS Codes

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

#afdeaa Text Font Color

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

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


#afdeaa Background Color

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

This div background color is #afdeaa


#afdeaa Border Color

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

This div border color is #afdeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdeaa


Comments

No comments written yet.

Please login to write comment.