Color Hex Logo

#9abdef Color Hex

#9ABDEF
(154,189,239)
0 Favorites   0 Comments

Color spaces of #9abdef

RGB 154189239
HSL0.600.730.77
HSV215°36°94°
CMYK 0.360.210.00   0.06
XYZ47.104049.497288.7326
Yxy49.49720.25420.2671
Hunter Lab70.3542-3.6095-25.5301
CIE-Lab75.75960.1636-28.6056

#9abdef color RGB value is (154,189,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111101 11101111
Octal 232 275 357
Decimal 154 189 239
Hex 9A BD EF

RGB Percentages of Color #9abdef

%26.46
%32.47
%41.07

CMYK Percentages of Color #9abdef

%36
%21
%0
%6

Triadic Colors of #9abdef

#9abdef #ef9abd #bdef9a

Analogous Colors of #9abdef

#9abdef #a29aef #9ae8ef

Monochromatic Colors of #9abdef

#9abdef

Complementary Color

#9abdef #efcc9a

#9abdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abdef Color CSS Codes

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

#9abdef Text Font Color

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

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


#9abdef Background Color

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

This div background color is #9abdef


#9abdef Border Color

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

This div border color is #9abdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abdef


Comments

No comments written yet.

Please login to write comment.