Color Hex Logo

#9abbdf Color Hex

#9ABBDF
(154,187,223)
0 Favorites   0 Comments

Color spaces of #9abbdf

RGB 154187223
HSL0.590.520.74
HSV211°31°87°
CMYK 0.310.160.00   0.13
XYZ44.416047.738476.6855
Yxy47.73840.26310.2827
Hunter Lab69.0930-6.1651-17.4402
CIE-Lab74.6596-2.7695-21.6334

#9abbdf color RGB value is (154,187,223).

#9abbdf hex color red value is 154, green value is 187 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9abbdf hue: 0.59 , saturation: 0.52 and the lightness value of 9abbdf is 0.74.

The process color (four color CMYK) of #9abbdf color hex is 0.31, 0.16, 0.00, 0.13. Web safe color of #9abbdf is #99cccc. Color #9abbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111011 11011111
Octal 232 273 337
Decimal 154 187 223
Hex 9A BB DF

RGB Percentages of Color #9abbdf

%27.30
%33.16
%39.54

CMYK Percentages of Color #9abbdf

%31
%16
%0
%13

Triadic Colors of #9abbdf

#9abbdf #df9abb #bbdf9a

Analogous Colors of #9abbdf

#9abbdf #9c9adf #9adedf

Monochromatic Colors of #9abbdf

#9abbdf

Complementary Color

#9abbdf #dfbe9a

#9abbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abbdf Color CSS Codes

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

#9abbdf Text Font Color

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

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


#9abbdf Background Color

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

This div background color is #9abbdf


#9abbdf Border Color

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

This div border color is #9abbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abbdf


Comments

No comments written yet.

Please login to write comment.