Color Hex Logo

#abeefb Color Hex

#ABEEFB
(171,238,251)
1 Favorites   0 Comments

Color spaces of #abeefb

RGB 171238251
HSL0.530.910.83
HSV190°32°98°
CMYK 0.320.050.00   0.02
XYZ64.781776.7720102.6709
Yxy76.77200.26530.3143
Hunter Lab87.6196-21.3601-8.1411
CIE-Lab90.2166-17.8078-12.9897

#abeefb color RGB value is (171,238,251).

#abeefb hex color red value is 171, green value is 238 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #abeefb hue: 0.53 , saturation: 0.91 and the lightness value of abeefb is 0.83.

The process color (four color CMYK) of #abeefb color hex is 0.32, 0.05, 0.00, 0.02. Web safe color of #abeefb is #99ffff. Color #abeefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101110 11111011
Octal 253 356 373
Decimal 171 238 251
Hex AB EE FB

RGB Percentages of Color #abeefb

%25.91
%36.06
%38.03

CMYK Percentages of Color #abeefb

%32
%5
%0
%2

Triadic Colors of #abeefb

#abeefb #fbabee #eefbab

Analogous Colors of #abeefb

#abeefb #abc6fb #abfbe0

Monochromatic Colors of #abeefb

#abeefb

Complementary Color

#abeefb #fbb8ab

#abeefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeefb Color CSS Codes

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

#abeefb Text Font Color

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

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


#abeefb Background Color

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

This div background color is #abeefb


#abeefb Border Color

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

This div border color is #abeefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeefb

#abeefb Color Palettes


Comments

No comments written yet.

Please login to write comment.