Color Hex Logo

#afe8de Color Hex

#AFE8DE
(175,232,222)
0 Favorites   0 Comments

Color spaces of #afe8de

RGB 175232222
HSL0.470.550.80
HSV169°25°91°
CMYK 0.250.000.04   0.09
XYZ59.720672.101179.8765
Yxy72.10110.28210.3406
Hunter Lab84.9124-23.05393.6649
CIE-Lab88.0172-20.0989-1.0377

#afe8de color RGB value is (175,232,222).

#afe8de hex color red value is 175, green value is 232 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #afe8de hue: 0.47 , saturation: 0.55 and the lightness value of afe8de is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101000 11011110
Octal 257 350 336
Decimal 175 232 222
Hex AF E8 DE

RGB Percentages of Color #afe8de

%27.82
%36.88
%35.29

CMYK Percentages of Color #afe8de

%25
%0
%4
%9

Triadic Colors of #afe8de

#afe8de #deafe8 #e8deaf

Analogous Colors of #afe8de

#afe8de #afd6e8 #afe8c2

Monochromatic Colors of #afe8de

#afe8de

Complementary Color

#afe8de #e8afb9

#afe8de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe8de Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe8de Color CSS Codes

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

#afe8de Text Font Color

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

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


#afe8de Background Color

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

This div background color is #afe8de


#afe8de Border Color

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

This div border color is #afe8de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe8de


Comments

No comments written yet.

Please login to write comment.