Color Hex Logo

#abeefa Color Hex

#ABEEFA
(171,238,250)
0 Favorites   0 Comments

Color spaces of #abeefa

RGB 171238250
HSL0.530.890.83
HSV189°32°98°
CMYK 0.320.050.00   0.02
XYZ64.624476.7091101.8428
Yxy76.70910.26580.3154
Hunter Lab87.5837-21.5638-7.6341
CIE-Lab90.1876-18.0392-12.5111

#abeefa color RGB value is (171,238,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101110 11111010
Octal 253 356 372
Decimal 171 238 250
Hex AB EE FA

RGB Percentages of Color #abeefa

%25.95
%36.12
%37.94

CMYK Percentages of Color #abeefa

%32
%5
%0
%2

Triadic Colors of #abeefa

#abeefa #faabee #eefaab

Analogous Colors of #abeefa

#abeefa #abc7fa #abfadf

Monochromatic Colors of #abeefa

#abeefa

Complementary Color

#abeefa #fab7ab

#abeefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeefa Color CSS Codes

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

#abeefa Text Font Color

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

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


#abeefa Background Color

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

This div background color is #abeefa


#abeefa Border Color

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

This div border color is #abeefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeefa


Comments

No comments written yet.

Please login to write comment.