Color Hex Logo

#9abfef Color Hex

#9ABFEF
(154,191,239)
0 Favorites   0 Comments

Color spaces of #9abfef

RGB 154191239
HSL0.590.730.77
HSV214°36°94°
CMYK 0.360.200.00   0.06
XYZ47.537250.363688.8770
Yxy50.36360.25450.2696
Hunter Lab70.9673-4.6252-24.5756
CIE-Lab76.2919-0.9215-27.7891

#9abfef color RGB value is (154,191,239).

#9abfef hex color red value is 154, green value is 191 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9abfef hue: 0.59 , saturation: 0.73 and the lightness value of 9abfef is 0.77.

The process color (four color CMYK) of #9abfef color hex is 0.36, 0.20, 0.00, 0.06. Web safe color of #9abfef is #99ccff. Color #9abfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111111 11101111
Octal 232 277 357
Decimal 154 191 239
Hex 9A BF EF

RGB Percentages of Color #9abfef

%26.37
%32.71
%40.92

CMYK Percentages of Color #9abfef

%36
%20
%0
%6

Triadic Colors of #9abfef

#9abfef #ef9abf #bfef9a

Analogous Colors of #9abfef

#9abfef #a09aef #9aeaef

Monochromatic Colors of #9abfef

#9abfef

Complementary Color

#9abfef #efca9a

#9abfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abfef Color CSS Codes

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

#9abfef Text Font Color

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

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


#9abfef Background Color

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

This div background color is #9abfef


#9abfef Border Color

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

This div border color is #9abfef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,191,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abfef


Comments

No comments written yet.

Please login to write comment.