Color Hex Logo

#abe1ea Color Hex

#ABE1EA
(171,225,234)
0 Favorites   0 Comments

Color spaces of #abe1ea

RGB 171225234
HSL0.520.600.79
HSV189°27°92°
CMYK 0.270.040.00   0.08
XYZ58.571168.448987.9668
Yxy68.44890.27240.3184
Hunter Lab82.7339-18.4159-5.1264
CIE-Lab86.2304-15.1626-10.0135

#abe1ea color RGB value is (171,225,234).

#abe1ea hex color red value is 171, green value is 225 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #abe1ea hue: 0.52 , saturation: 0.60 and the lightness value of abe1ea is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100001 11101010
Octal 253 341 352
Decimal 171 225 234
Hex AB E1 EA

RGB Percentages of Color #abe1ea

%27.14
%35.71
%37.14

CMYK Percentages of Color #abe1ea

%27
%4
%0
%8

Triadic Colors of #abe1ea

#abe1ea #eaabe1 #e1eaab

Analogous Colors of #abe1ea

#abe1ea #abc2ea #abead4

Monochromatic Colors of #abe1ea

#abe1ea

Complementary Color

#abe1ea #eab4ab

#abe1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe1ea Color CSS Codes

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

#abe1ea Text Font Color

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

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


#abe1ea Background Color

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

This div background color is #abe1ea


#abe1ea Border Color

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

This div border color is #abe1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe1ea


Comments

No comments written yet.

Please login to write comment.