Color Hex Logo

#afe1df Color Hex

#AFE1DF
(175,225,223)
0 Favorites   0 Comments

Color spaces of #afe1df

RGB 175225223
HSL0.490.450.78
HSV178°22°88°
CMYK 0.220.000.01   0.12
XYZ57.923768.292179.9408
Yxy68.29210.28100.3313
Hunter Lab82.6390-19.50330.4932
CIE-Lab86.1523-16.3994-4.3015

#afe1df color RGB value is (175,225,223).

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

The process color (four color CMYK) of #afe1df color hex is 0.22, 0.00, 0.01, 0.12. Web safe color of #afe1df is #99cccc. Color #afe1df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 11011111
Octal 257 341 337
Decimal 175 225 223
Hex AF E1 DF

RGB Percentages of Color #afe1df

%28.09
%36.12
%35.79

CMYK Percentages of Color #afe1df

%22
%0
%1
%12

Triadic Colors of #afe1df

#afe1df #dfafe1 #e1dfaf

Analogous Colors of #afe1df

#afe1df #afcae1 #afe1c6

Monochromatic Colors of #afe1df

#afe1df

Complementary Color

#afe1df #e1afb1

#afe1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe1df Color CSS Codes

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

#afe1df Text Font Color

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

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


#afe1df Background Color

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

This div background color is #afe1df


#afe1df Border Color

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

This div border color is #afe1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe1df


Comments

No comments written yet.

Please login to write comment.