Color Hex Logo

#9abbff Color Hex

#9ABBFF
(154,187,255)
0 Favorites   0 Comments

Color spaces of #9abbff

RGB 154187255
HSL0.611.000.80
HSV220°40°100°
CMYK 0.400.270.00   0.00
XYZ49.146749.6307101.5971
Yxy49.63070.24530.2477
Hunter Lab70.44911.2394-36.1899
CIE-Lab75.84205.4472-37.0873

#9abbff color RGB value is (154,187,255).

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

The process color (four color CMYK) of #9abbff color hex is 0.40, 0.27, 0.00, 0.00. Web safe color of #9abbff is #99ccff. Color #9abbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111011 11111111
Octal 232 273 377
Decimal 154 187 255
Hex 9A BB FF

RGB Percentages of Color #9abbff

%25.84
%31.38
%42.79

CMYK Percentages of Color #9abbff

%40
%27
%0
%0

Triadic Colors of #9abbff

#9abbff #ff9abb #bbff9a

Analogous Colors of #9abbff

#9abbff #ac9aff #9aeeff

Monochromatic Colors of #9abbff

#9abbff

Complementary Color

#9abbff #ffde9a

#9abbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abbff Color CSS Codes

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

#9abbff Text Font Color

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

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


#9abbff Background Color

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

This div background color is #9abbff


#9abbff Border Color

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

This div border color is #9abbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abbff

Related Colors


Comments

No comments written yet.

Please login to write comment.