Color Hex Logo

#afe5dc Color Hex

#AFE5DC
(175,229,220)
0 Favorites   0 Comments

Color spaces of #afe5dc

RGB 175229220
HSL0.470.510.79
HSV170°24°90°
CMYK 0.240.000.04   0.10
XYZ58.616870.319978.1938
Yxy70.31990.28300.3395
Hunter Lab83.8570-21.97653.4139
CIE-Lab87.1535-19.0309-1.2512

#afe5dc color RGB value is (175,229,220).

#afe5dc hex color red value is 175, green value is 229 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #afe5dc hue: 0.47 , saturation: 0.51 and the lightness value of afe5dc is 0.79.

The process color (four color CMYK) of #afe5dc color hex is 0.24, 0.00, 0.04, 0.10. Web safe color of #afe5dc is #99cccc. Color #afe5dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100101 11011100
Octal 257 345 334
Decimal 175 229 220
Hex AF E5 DC

RGB Percentages of Color #afe5dc

%28.04
%36.70
%35.26

CMYK Percentages of Color #afe5dc

%24
%0
%4
%10

Triadic Colors of #afe5dc

#afe5dc #dcafe5 #e5dcaf

Analogous Colors of #afe5dc

#afe5dc #afd3e5 #afe5c1

Monochromatic Colors of #afe5dc

#afe5dc

Complementary Color

#afe5dc #e5afb8

#afe5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe5dc Color CSS Codes

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

#afe5dc Text Font Color

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

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


#afe5dc Background Color

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

This div background color is #afe5dc


#afe5dc Border Color

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

This div border color is #afe5dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe5dc


Comments

No comments written yet.

Please login to write comment.