Color Hex Logo

#abeaf9 Color Hex

#ABEAF9
(171,234,249)
0 Favorites   0 Comments

Color spaces of #abeaf9

RGB 171234249
HSL0.530.870.82
HSV192°31°98°
CMYK 0.310.060.00   0.02
XYZ63.316374.3431100.6351
Yxy74.34310.26570.3120
Hunter Lab86.2224-19.8102-8.8450
CIE-Lab89.0844-16.2709-13.6368

#abeaf9 color RGB value is (171,234,249).

#abeaf9 hex color red value is 171, green value is 234 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #abeaf9 hue: 0.53 , saturation: 0.87 and the lightness value of abeaf9 is 0.82.

The process color (four color CMYK) of #abeaf9 color hex is 0.31, 0.06, 0.00, 0.02. Web safe color of #abeaf9 is #99ffff. Color #abeaf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101010 11111001
Octal 253 352 371
Decimal 171 234 249
Hex AB EA F9

RGB Percentages of Color #abeaf9

%26.15
%35.78
%38.07

CMYK Percentages of Color #abeaf9

%31
%6
%0
%2

Triadic Colors of #abeaf9

#abeaf9 #f9abea #eaf9ab

Analogous Colors of #abeaf9

#abeaf9 #abc3f9 #abf9e1

Monochromatic Colors of #abeaf9

#abeaf9

Complementary Color

#abeaf9 #f9baab

#abeaf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeaf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeaf9 Color CSS Codes

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

#abeaf9 Text Font Color

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

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


#abeaf9 Background Color

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

This div background color is #abeaf9


#abeaf9 Border Color

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

This div border color is #abeaf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeaf9


Comments

No comments written yet.

Please login to write comment.