Color Hex Logo

#afddae Color Hex

#AFDDAE
(175,221,174)
0 Favorites   0 Comments

Color spaces of #afddae

RGB 175221174
HSL0.330.410.77
HSV119°21°87°
CMYK 0.210.000.21   0.13
XYZ51.175663.882949.6778
Yxy63.88290.31070.3878
Hunter Lab79.9268-25.581719.0976
CIE-Lab83.9048-23.857818.2815

#afddae color RGB value is (175,221,174).

#afddae hex color red value is 175, green value is 221 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #afddae hue: 0.33 , saturation: 0.41 and the lightness value of afddae is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 10101110
Octal 257 335 256
Decimal 175 221 174
Hex AF DD AE

RGB Percentages of Color #afddae

%30.70
%38.77
%30.53

CMYK Percentages of Color #afddae

%21
%0
%21
%13

Triadic Colors of #afddae

#afddae #aeafdd #ddaeaf

Analogous Colors of #afddae

#afddae #aeddc5 #c7ddae

Monochromatic Colors of #afddae

#afddae

Complementary Color

#afddae #dcaedd

#afddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#afddae Color CSS Codes

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

#afddae Text Font Color

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

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


#afddae Background Color

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

This div background color is #afddae


#afddae Border Color

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

This div border color is #afddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afddae


Comments

No comments written yet.

Please login to write comment.