Color Hex Logo

#abe5ed Color Hex

#ABE5ED
(171,229,237)
0 Favorites   0 Comments

Color spaces of #abe5ed

RGB 171229237
HSL0.520.650.80
HSV187°28°93°
CMYK 0.280.030.00   0.07
XYZ60.100070.811090.6210
Yxy70.81100.27130.3196
Hunter Lab84.1493-19.7753-4.9454
CIE-Lab87.3931-16.5038-9.8638

#abe5ed color RGB value is (171,229,237).

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

The process color (four color CMYK) of #abe5ed color hex is 0.28, 0.03, 0.00, 0.07. Web safe color of #abe5ed is #99ccff. Color #abe5ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100101 11101101
Octal 253 345 355
Decimal 171 229 237
Hex AB E5 ED

RGB Percentages of Color #abe5ed

%26.84
%35.95
%37.21

CMYK Percentages of Color #abe5ed

%28
%3
%0
%7

Triadic Colors of #abe5ed

#abe5ed #edabe5 #e5edab

Analogous Colors of #abe5ed

#abe5ed #abc4ed #abedd4

Monochromatic Colors of #abe5ed

#abe5ed

Complementary Color

#abe5ed #edb3ab

#abe5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe5ed Color CSS Codes

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

#abe5ed Text Font Color

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

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


#abe5ed Background Color

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

This div background color is #abe5ed


#abe5ed Border Color

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

This div border color is #abe5ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,229,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe5ed


Comments

No comments written yet.

Please login to write comment.