Color Hex Logo

#abebf9 Color Hex

#ABEBF9
(171,235,249)
0 Favorites   0 Comments

Color spaces of #abebf9

RGB 171235249
HSL0.530.870.82
HSV191°31°98°
CMYK 0.310.060.00   0.02
XYZ63.601874.9141100.7302
Yxy74.91410.26580.3131
Hunter Lab86.5529-20.3003-8.4146
CIE-Lab89.3527-16.7722-13.2355

#abebf9 color RGB value is (171,235,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101011 11111001
Octal 253 353 371
Decimal 171 235 249
Hex AB EB F9

RGB Percentages of Color #abebf9

%26.11
%35.88
%38.02

CMYK Percentages of Color #abebf9

%31
%6
%0
%2

Triadic Colors of #abebf9

#abebf9 #f9abeb #ebf9ab

Analogous Colors of #abebf9

#abebf9 #abc4f9 #abf9e0

Monochromatic Colors of #abebf9

#abebf9

Complementary Color

#abebf9 #f9b9ab

#abebf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abebf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abebf9 Color CSS Codes

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

#abebf9 Text Font Color

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

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


#abebf9 Background Color

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

This div background color is #abebf9


#abebf9 Border Color

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

This div border color is #abebf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abebf9


Comments

No comments written yet.

Please login to write comment.