Color Hex Logo

#9abdfa Color Hex

#9ABDFA
(154,189,250)
0 Favorites   0 Comments

Color spaces of #9abdfa

RGB 154189250
HSL0.610.910.79
HSV218°38°98°
CMYK 0.380.240.00   0.02
XYZ48.779350.167397.5548
Yxy50.16730.24820.2553
Hunter Lab70.8289-1.0190-32.0817
CIE-Lab76.17183.0231-33.8915

#9abdfa color RGB value is (154,189,250).

#9abdfa hex color red value is 154, green value is 189 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9abdfa hue: 0.61 , saturation: 0.91 and the lightness value of 9abdfa is 0.79.

The process color (four color CMYK) of #9abdfa color hex is 0.38, 0.24, 0.00, 0.02. Web safe color of #9abdfa is #99ccff. Color #9abdfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111101 11111010
Octal 232 275 372
Decimal 154 189 250
Hex 9A BD FA

RGB Percentages of Color #9abdfa

%25.97
%31.87
%42.16

CMYK Percentages of Color #9abdfa

%38
%24
%0
%2

Triadic Colors of #9abdfa

#9abdfa #fa9abd #bdfa9a

Analogous Colors of #9abdfa

#9abdfa #a79afa #9aedfa

Monochromatic Colors of #9abdfa

#9abdfa

Complementary Color

#9abdfa #fad79a

#9abdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abdfa Color CSS Codes

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

#9abdfa Text Font Color

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

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


#9abdfa Background Color

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

This div background color is #9abdfa


#9abdfa Border Color

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

This div border color is #9abdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.