Color Hex Logo

#afe9dc Color Hex

#AFE9DC
(175,233,220)
0 Favorites   0 Comments

Color spaces of #afe9dc

RGB 175233220
HSL0.460.570.80
HSV167°25°91°
CMYK 0.250.000.06   0.09
XYZ59.736472.559178.5670
Yxy72.55910.28330.3441
Hunter Lab85.1816-23.88894.9412
CIE-Lab88.2370-21.00850.3324

#afe9dc color RGB value is (175,233,220).

#afe9dc hex color red value is 175, green value is 233 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #afe9dc hue: 0.46 , saturation: 0.57 and the lightness value of afe9dc is 0.80.

The process color (four color CMYK) of #afe9dc color hex is 0.25, 0.00, 0.06, 0.09. Web safe color of #afe9dc is #99ffcc. Color #afe9dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101001 11011100
Octal 257 351 334
Decimal 175 233 220
Hex AF E9 DC

RGB Percentages of Color #afe9dc

%27.87
%37.10
%35.03

CMYK Percentages of Color #afe9dc

%25
%0
%6
%9

Triadic Colors of #afe9dc

#afe9dc #dcafe9 #e9dcaf

Analogous Colors of #afe9dc

#afe9dc #afd9e9 #afe9bf

Monochromatic Colors of #afe9dc

#afe9dc

Complementary Color

#afe9dc #e9afbc

#afe9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe9dc Color CSS Codes

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

#afe9dc Text Font Color

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

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


#afe9dc Background Color

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

This div background color is #afe9dc


#afe9dc Border Color

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

This div border color is #afe9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe9dc


Comments

No comments written yet.

Please login to write comment.