Color Hex Logo

#abe3eb Color Hex

#ABE3EB
(171,227,235)
0 Favorites   0 Comments

Color spaces of #abe3eb

RGB 171227235
HSL0.520.620.80
HSV188°27°92°
CMYK 0.270.030.00   0.08
XYZ59.259169.594388.9070
Yxy69.59430.27210.3196
Hunter Lab83.4232-19.1943-4.7912
CIE-Lab86.7975-15.9474-9.6971

#abe3eb color RGB value is (171,227,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100011 11101011
Octal 253 343 353
Decimal 171 227 235
Hex AB E3 EB

RGB Percentages of Color #abe3eb

%27.01
%35.86
%37.12

CMYK Percentages of Color #abe3eb

%27
%3
%0
%8

Triadic Colors of #abe3eb

#abe3eb #ebabe3 #e3ebab

Analogous Colors of #abe3eb

#abe3eb #abc3eb #abebd3

Monochromatic Colors of #abe3eb

#abe3eb

Complementary Color

#abe3eb #ebb3ab

#abe3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe3eb Color CSS Codes

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

#abe3eb Text Font Color

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

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


#abe3eb Background Color

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

This div background color is #abe3eb


#abe3eb Border Color

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

This div border color is #abe3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe3eb


Comments

No comments written yet.

Please login to write comment.