Color Hex Logo

#afe8db Color Hex

#AFE8DB
(175,232,219)
0 Favorites   0 Comments

Color spaces of #afe8db

RGB 175232219
HSL0.460.550.80
HSV166°25°91°
CMYK 0.250.000.06   0.09
XYZ59.322071.941777.7774
Yxy71.94170.28380.3442
Hunter Lab84.8185-23.58945.0048
CIE-Lab87.9405-20.72320.4242

#afe8db color RGB value is (175,232,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101000 11011011
Octal 257 350 333
Decimal 175 232 219
Hex AF E8 DB

RGB Percentages of Color #afe8db

%27.96
%37.06
%34.98

CMYK Percentages of Color #afe8db

%25
%0
%6
%9

Triadic Colors of #afe8db

#afe8db #dbafe8 #e8dbaf

Analogous Colors of #afe8db

#afe8db #afd9e8 #afe8bf

Monochromatic Colors of #afe8db

#afe8db

Complementary Color

#afe8db #e8afbc

#afe8db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe8db Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe8db Color CSS Codes

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

#afe8db Text Font Color

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

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


#afe8db Background Color

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

This div background color is #afe8db


#afe8db Border Color

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

This div border color is #afe8db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe8db


Comments

No comments written yet.

Please login to write comment.