Color Hex Logo

#9abbfa Color Hex

#9ABBFA
(154,187,250)
0 Favorites   0 Comments

Color spaces of #9abbfa

RGB 154187250
HSL0.610.910.79
HSV219°38°98°
CMYK 0.380.250.00   0.02
XYZ48.352149.312897.4124
Yxy49.31280.24790.2528
Hunter Lab70.22310.0158-33.0901
CIE-Lab75.64554.1197-34.7051

#9abbfa color RGB value is (154,187,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111011 11111010
Octal 232 273 372
Decimal 154 187 250
Hex 9A BB FA

RGB Percentages of Color #9abbfa

%26.06
%31.64
%42.30

CMYK Percentages of Color #9abbfa

%38
%25
%0
%2

Triadic Colors of #9abbfa

#9abbfa #fa9abb #bbfa9a

Analogous Colors of #9abbfa

#9abbfa #a99afa #9aebfa

Monochromatic Colors of #9abbfa

#9abbfa

Complementary Color

#9abbfa #fad99a

#9abbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abbfa Color CSS Codes

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

#9abbfa Text Font Color

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

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


#9abbfa Background Color

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

This div background color is #9abbfa


#9abbfa Border Color

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

This div border color is #9abbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abbfa

Related Colors


Comments

No comments written yet.

Please login to write comment.