Color Hex Logo

#abe4eb Color Hex

#ABE4EB
(171,228,235)
0 Favorites   0 Comments

Color spaces of #abe4eb

RGB 171228235
HSL0.520.620.80
HSV187°27°92°
CMYK 0.270.030.00   0.08
XYZ59.533470.142988.9985
Yxy70.14290.27220.3208
Hunter Lab83.7514-19.6808-4.3787
CIE-Lab87.0669-16.4506-9.2967

#abe4eb color RGB value is (171,228,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100100 11101011
Octal 253 344 353
Decimal 171 228 235
Hex AB E4 EB

RGB Percentages of Color #abe4eb

%26.97
%35.96
%37.07

CMYK Percentages of Color #abe4eb

%27
%3
%0
%8

Triadic Colors of #abe4eb

#abe4eb #ebabe4 #e4ebab

Analogous Colors of #abe4eb

#abe4eb #abc4eb #abebd2

Monochromatic Colors of #abe4eb

#abe4eb

Complementary Color

#abe4eb #ebb2ab

#abe4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe4eb Color CSS Codes

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

#abe4eb Text Font Color

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

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


#abe4eb Background Color

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

This div background color is #abe4eb


#abe4eb Border Color

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

This div border color is #abe4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe4eb


Comments

No comments written yet.

Please login to write comment.