Color Hex Logo

#abeaf0 Color Hex

#ABEAF0
(171,234,240)
0 Favorites   0 Comments

Color spaces of #abeaf0

RGB 171234240
HSL0.510.700.81
HSV185°29°94°
CMYK 0.290.030.00   0.06
XYZ61.945673.794893.4170
Yxy73.79480.27030.3220
Hunter Lab85.9039-21.6149-4.3427
CIE-Lab88.8254-18.3288-9.3096

#abeaf0 color RGB value is (171,234,240).

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

The process color (four color CMYK) of #abeaf0 color hex is 0.29, 0.03, 0.00, 0.06. Web safe color of #abeaf0 is #99ffff. Color #abeaf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101010 11110000
Octal 253 352 360
Decimal 171 234 240
Hex AB EA F0

RGB Percentages of Color #abeaf0

%26.51
%36.28
%37.21

CMYK Percentages of Color #abeaf0

%29
%3
%0
%6

Triadic Colors of #abeaf0

#abeaf0 #f0abea #eaf0ab

Analogous Colors of #abeaf0

#abeaf0 #abc8f0 #abf0d4

Monochromatic Colors of #abeaf0

#abeaf0

Complementary Color

#abeaf0 #f0b1ab

#abeaf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeaf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeaf0 Color CSS Codes

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

#abeaf0 Text Font Color

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

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


#abeaf0 Background Color

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

This div background color is #abeaf0


#abeaf0 Border Color

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

This div border color is #abeaf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeaf0


Comments

No comments written yet.

Please login to write comment.