Color Hex Logo

#abe9fc Color Hex

#ABE9FC
(171,233,252)
0 Favorites   0 Comments

Color spaces of #abe9fc

RGB 171233252
HSL0.540.930.83
HSV194°32°99°
CMYK 0.320.080.00   0.01
XYZ63.504273.9640103.0249
Yxy73.96400.26410.3076
Hunter Lab86.0023-18.6995-10.8237
CIE-Lab88.9055-15.0681-15.4754

#abe9fc color RGB value is (171,233,252).

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

The process color (four color CMYK) of #abe9fc color hex is 0.32, 0.08, 0.00, 0.01. Web safe color of #abe9fc is #99ffff. Color #abe9fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101001 11111100
Octal 253 351 374
Decimal 171 233 252
Hex AB E9 FC

RGB Percentages of Color #abe9fc

%26.07
%35.52
%38.41

CMYK Percentages of Color #abe9fc

%32
%8
%0
%1

Triadic Colors of #abe9fc

#abe9fc #fcabe9 #e9fcab

Analogous Colors of #abe9fc

#abe9fc #abc1fc #abfce7

Monochromatic Colors of #abe9fc

#abe9fc

Complementary Color

#abe9fc #fcbeab

#abe9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe9fc Color CSS Codes

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

#abe9fc Text Font Color

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

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


#abe9fc Background Color

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

This div background color is #abe9fc


#abe9fc Border Color

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

This div border color is #abe9fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe9fc

Related Colors


Comments

No comments written yet.

Please login to write comment.