Color Hex Logo

#abe5eb Color Hex

#ABE5EB
(171,229,235)
0 Favorites   0 Comments

Color spaces of #abe5eb

RGB 171229235
HSL0.520.620.80
HSV186°27°92°
CMYK 0.270.030.00   0.08
XYZ59.809370.694789.0904
Yxy70.69470.27240.3219
Hunter Lab84.0801-20.1666-3.9669
CIE-Lab87.3365-16.9527-8.8963

#abe5eb color RGB value is (171,229,235).

#abe5eb hex color red value is 171, green value is 229 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #abe5eb hue: 0.52 , saturation: 0.62 and the lightness value of abe5eb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100101 11101011
Octal 253 345 353
Decimal 171 229 235
Hex AB E5 EB

RGB Percentages of Color #abe5eb

%26.93
%36.06
%37.01

CMYK Percentages of Color #abe5eb

%27
%3
%0
%8

Triadic Colors of #abe5eb

#abe5eb #ebabe5 #e5ebab

Analogous Colors of #abe5eb

#abe5eb #abc5eb #abebd1

Monochromatic Colors of #abe5eb

#abe5eb

Complementary Color

#abe5eb #ebb1ab

#abe5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe5eb Color CSS Codes

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

#abe5eb Text Font Color

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

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


#abe5eb Background Color

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

This div background color is #abe5eb


#abe5eb Border Color

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

This div border color is #abe5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe5eb


Comments

No comments written yet.

Please login to write comment.