Color Hex Logo

#abebfe Color Hex

#ABEBFE
(171,235,254)
0 Favorites   0 Comments

Color spaces of #abebfe

RGB 171235254
HSL0.540.980.83
HSV194°33°100°
CMYK 0.330.070.00   0.00
XYZ64.392375.2303104.8930
Yxy75.23030.26330.3077
Hunter Lab86.7354-19.2687-10.9873
CIE-Lab89.5008-15.6058-15.6287

#abebfe color RGB value is (171,235,254).

#abebfe hex color red value is 171, green value is 235 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #abebfe hue: 0.54 , saturation: 0.98 and the lightness value of abebfe is 0.83.

The process color (four color CMYK) of #abebfe color hex is 0.33, 0.07, 0.00, 0.00. Web safe color of #abebfe is #99ffff. Color #abebfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101011 11111110
Octal 253 353 376
Decimal 171 235 254
Hex AB EB FE

RGB Percentages of Color #abebfe

%25.91
%35.61
%38.48

CMYK Percentages of Color #abebfe

%33
%7
%0
%0

Triadic Colors of #abebfe

#abebfe #feabeb #ebfeab

Analogous Colors of #abebfe

#abebfe #abc2fe #abfee8

Monochromatic Colors of #abebfe

#abebfe

Complementary Color

#abebfe #febeab

#abebfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abebfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abebfe Color CSS Codes

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

#abebfe Text Font Color

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

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


#abebfe Background Color

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

This div background color is #abebfe


#abebfe Border Color

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

This div border color is #abebfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abebfe


Comments

No comments written yet.

Please login to write comment.