Color Hex Logo

#abeaed Color Hex

#ABEAED
(171,234,237)
0 Favorites   0 Comments

Color spaces of #abeaed

RGB 171234237
HSL0.510.650.80
HSV183°28°93°
CMYK 0.280.010.00   0.07
XYZ61.503573.618091.0889
Yxy73.61800.27190.3254
Hunter Lab85.8009-22.1999-2.8834
CIE-Lab88.7416-19.0014-7.8620

#abeaed color RGB value is (171,234,237).

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

The process color (four color CMYK) of #abeaed color hex is 0.28, 0.01, 0.00, 0.07. Web safe color of #abeaed is #99ffff. Color #abeaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101010 11101101
Octal 253 352 355
Decimal 171 234 237
Hex AB EA ED

RGB Percentages of Color #abeaed

%26.64
%36.45
%36.92

CMYK Percentages of Color #abeaed

%28
%1
%0
%7

Triadic Colors of #abeaed

#abeaed #edabea #eaedab

Analogous Colors of #abeaed

#abeaed #abc9ed #abedcf

Monochromatic Colors of #abeaed

#abeaed

Complementary Color

#abeaed #edaeab

#abeaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeaed Color CSS Codes

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

#abeaed Text Font Color

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

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


#abeaed Background Color

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

This div background color is #abeaed


#abeaed Border Color

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

This div border color is #abeaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeaed


Comments

No comments written yet.

Please login to write comment.