Color Hex Logo

#afe1ea Color Hex

#AFE1EA
(175,225,234)
0 Favorites   0 Comments

Color spaces of #afe1ea

RGB 175225234
HSL0.530.580.80
HSV189°25°92°
CMYK 0.250.040.00   0.08
XYZ59.455768.904988.0082
Yxy68.90490.27480.3185
Hunter Lab83.0090-17.4140-4.7545
CIE-Lab86.4569-14.0076-9.6522

#afe1ea color RGB value is (175,225,234).

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

The process color (four color CMYK) of #afe1ea color hex is 0.25, 0.04, 0.00, 0.08. Web safe color of #afe1ea is #99ccff. Color #afe1ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 11101010
Octal 257 341 352
Decimal 175 225 234
Hex AF E1 EA

RGB Percentages of Color #afe1ea

%27.60
%35.49
%36.91

CMYK Percentages of Color #afe1ea

%25
%4
%0
%8

Triadic Colors of #afe1ea

#afe1ea #eaafe1 #e1eaaf

Analogous Colors of #afe1ea

#afe1ea #afc4ea #afead6

Monochromatic Colors of #afe1ea

#afe1ea

Complementary Color

#afe1ea #eab8af

#afe1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe1ea Color CSS Codes

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

#afe1ea Text Font Color

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

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


#afe1ea Background Color

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

This div background color is #afe1ea


#afe1ea Border Color

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

This div border color is #afe1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe1ea

#afe1ea Color Palettes


Comments

No comments written yet.

Please login to write comment.