Color Hex Logo

#afe4de Color Hex

#AFE4DE
(175,228,222)
0 Favorites   0 Comments

Color spaces of #afe4de

RGB 175228222
HSL0.480.500.79
HSV173°23°89°
CMYK 0.230.000.03   0.11
XYZ58.607469.874779.5055
Yxy69.87470.28180.3360
Hunter Lab83.5911-21.13442.1216
CIE-Lab86.9354-18.1133-2.6233

#afe4de color RGB value is (175,228,222).

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

The process color (four color CMYK) of #afe4de color hex is 0.23, 0.00, 0.03, 0.11. Web safe color of #afe4de is #99cccc. Color #afe4de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100100 11011110
Octal 257 344 336
Decimal 175 228 222
Hex AF E4 DE

RGB Percentages of Color #afe4de

%28.00
%36.48
%35.52

CMYK Percentages of Color #afe4de

%23
%0
%3
%11

Triadic Colors of #afe4de

#afe4de #deafe4 #e4deaf

Analogous Colors of #afe4de

#afe4de #afd0e4 #afe4c4

Monochromatic Colors of #afe4de

#afe4de

Complementary Color

#afe4de #e4afb5

#afe4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe4de Color CSS Codes

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

#afe4de Text Font Color

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

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


#afe4de Background Color

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

This div background color is #afe4de


#afe4de Border Color

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

This div border color is #afe4de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe4de


Comments

No comments written yet.

Please login to write comment.