Color Hex Logo

#afd9ae Color Hex

#AFD9AE
(175,217,174)
0 Favorites   0 Comments

Color spaces of #afd9ae

RGB 175217174
HSL0.330.360.77
HSV119°20°85°
CMYK 0.190.000.20   0.15
XYZ50.132061.795749.3299
Yxy61.79570.31090.3832
Hunter Lab78.6102-23.733417.8212
CIE-Lab82.8047-21.900016.7450

#afd9ae color RGB value is (175,217,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011001 10101110
Octal 257 331 256
Decimal 175 217 174
Hex AF D9 AE

RGB Percentages of Color #afd9ae

%30.92
%38.34
%30.74

CMYK Percentages of Color #afd9ae

%19
%0
%20
%15

Triadic Colors of #afd9ae

#afd9ae #aeafd9 #d9aeaf

Analogous Colors of #afd9ae

#afd9ae #aed9c3 #c5d9ae

Monochromatic Colors of #afd9ae

#afd9ae

Complementary Color

#afd9ae #d8aed9

#afd9ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd9ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd9ae Color CSS Codes

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

#afd9ae Text Font Color

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

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


#afd9ae Background Color

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

This div background color is #afd9ae


#afd9ae Border Color

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

This div border color is #afd9ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd9ae


Comments

No comments written yet.

Please login to write comment.