Color Hex Logo

#9abeef Color Hex

#9ABEEF
(154,190,239)
0 Favorites   0 Comments

Color spaces of #9abeef

RGB 154190239
HSL0.600.730.77
HSV215°36°94°
CMYK 0.360.210.00   0.06
XYZ47.319949.928988.8046
Yxy49.92890.25430.2684
Hunter Lab70.6604-4.1177-25.0523
CIE-Lab76.0256-0.3793-28.1975

#9abeef color RGB value is (154,190,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111110 11101111
Octal 232 276 357
Decimal 154 190 239
Hex 9A BE EF

RGB Percentages of Color #9abeef

%26.42
%32.59
%40.99

CMYK Percentages of Color #9abeef

%36
%21
%0
%6

Triadic Colors of #9abeef

#9abeef #ef9abe #beef9a

Analogous Colors of #9abeef

#9abeef #a19aef #9ae9ef

Monochromatic Colors of #9abeef

#9abeef

Complementary Color

#9abeef #efcb9a

#9abeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abeef Color CSS Codes

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

#9abeef Text Font Color

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

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


#9abeef Background Color

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

This div background color is #9abeef


#9abeef Border Color

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

This div border color is #9abeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abeef


Comments

No comments written yet.

Please login to write comment.