Color Hex Logo

#9abefc Color Hex

#9ABEFC
(154,190,252)
0 Favorites   0 Comments

Color spaces of #9abefc

RGB 154190252
HSL0.610.940.80
HSV218°39°99°
CMYK 0.390.250.00   0.01
XYZ49.310650.725299.2875
Yxy50.72520.24740.2545
Hunter Lab71.2216-1.0526-32.7989
CIE-Lab76.51233.0039-34.4394

#9abefc color RGB value is (154,190,252).

#9abefc hex color red value is 154, green value is 190 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9abefc hue: 0.61 , saturation: 0.94 and the lightness value of 9abefc is 0.80.

The process color (four color CMYK) of #9abefc color hex is 0.39, 0.25, 0.00, 0.01. Web safe color of #9abefc is #99ccff. Color #9abefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111110 11111100
Octal 232 276 374
Decimal 154 190 252
Hex 9A BE FC

RGB Percentages of Color #9abefc

%25.84
%31.88
%42.28

CMYK Percentages of Color #9abefc

%39
%25
%0
%1

Triadic Colors of #9abefc

#9abefc #fc9abe #befc9a

Analogous Colors of #9abefc

#9abefc #a79afc #9aeffc

Monochromatic Colors of #9abefc

#9abefc

Complementary Color

#9abefc #fcd89a

#9abefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abefc Color CSS Codes

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

#9abefc Text Font Color

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

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


#9abefc Background Color

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

This div background color is #9abefc


#9abefc Border Color

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

This div border color is #9abefc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,190,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9abefc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9abefc;
  -webkit-box-shadow: 1px 1px 3px 2px #9abefc;
  box-shadow:         1px 1px 3px 2px #9abefc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,190,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 #9abefc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abefc


Comments

No comments written yet.

Please login to write comment.