Color Hex Logo

#afe0eb Color Hex

#AFE0EB
(175,224,235)
0 Favorites   0 Comments

Color spaces of #afe0eb

RGB 175224235
HSL0.530.600.80
HSV191°26°92°
CMYK 0.260.050.00   0.08
XYZ59.330268.423488.6773
Yxy68.42340.27410.3161
Hunter Lab82.7184-16.7273-5.6582
CIE-Lab86.2177-13.2777-10.5356

#afe0eb color RGB value is (175,224,235).

#afe0eb hex color red value is 175, green value is 224 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #afe0eb hue: 0.53 , saturation: 0.60 and the lightness value of afe0eb is 0.80.

The process color (four color CMYK) of #afe0eb color hex is 0.26, 0.05, 0.00, 0.08. Web safe color of #afe0eb is #99ccff. Color #afe0eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 11101011
Octal 257 340 353
Decimal 175 224 235
Hex AF E0 EB

RGB Percentages of Color #afe0eb

%27.60
%35.33
%37.07

CMYK Percentages of Color #afe0eb

%26
%5
%0
%8

Triadic Colors of #afe0eb

#afe0eb #ebafe0 #e0ebaf

Analogous Colors of #afe0eb

#afe0eb #afc2eb #afebd8

Monochromatic Colors of #afe0eb

#afe0eb

Complementary Color

#afe0eb #ebbaaf

#afe0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe0eb Color CSS Codes

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

#afe0eb Text Font Color

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

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


#afe0eb Background Color

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

This div background color is #afe0eb


#afe0eb Border Color

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

This div border color is #afe0eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe0eb


Comments

No comments written yet.

Please login to write comment.