Color Hex Logo

#afe6df Color Hex

#AFE6DF
(175,230,223)
0 Favorites   0 Comments

Color spaces of #afe6df

RGB 175230223
HSL0.480.520.79
HSV172°24°90°
CMYK 0.240.000.03   0.10
XYZ59.295371.035380.3980
Yxy71.03530.28140.3371
Hunter Lab84.2824-21.91402.4403
CIE-Lab87.5022-18.8978-2.3175

#afe6df color RGB value is (175,230,223).

#afe6df hex color red value is 175, green value is 230 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #afe6df hue: 0.48 , saturation: 0.52 and the lightness value of afe6df is 0.79.

The process color (four color CMYK) of #afe6df color hex is 0.24, 0.00, 0.03, 0.10. Web safe color of #afe6df is #99ffcc. Color #afe6df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100110 11011111
Octal 257 346 337
Decimal 175 230 223
Hex AF E6 DF

RGB Percentages of Color #afe6df

%27.87
%36.62
%35.51

CMYK Percentages of Color #afe6df

%24
%0
%3
%10

Triadic Colors of #afe6df

#afe6df #dfafe6 #e6dfaf

Analogous Colors of #afe6df

#afe6df #afd2e6 #afe6c4

Monochromatic Colors of #afe6df

#afe6df

Complementary Color

#afe6df #e6afb6

#afe6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe6df Color CSS Codes

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

#afe6df Text Font Color

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

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


#afe6df Background Color

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

This div background color is #afe6df


#afe6df Border Color

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

This div border color is #afe6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe6df

#afe6df Color Palettes


Comments

No comments written yet.

Please login to write comment.