Color Hex Logo

#9abbde Color Hex

#9ABBDE
(154,187,222)
0 Favorites   0 Comments

Color spaces of #9abbde

RGB 154187222
HSL0.590.510.74
HSV211°31°87°
CMYK 0.310.160.00   0.13
XYZ44.281647.684675.9774
Yxy47.68460.26370.2839
Hunter Lab69.0540-6.3796-16.8966
CIE-Lab74.6256-3.0144-21.1427

#9abbde color RGB value is (154,187,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111011 11011110
Octal 232 273 336
Decimal 154 187 222
Hex 9A BB DE

RGB Percentages of Color #9abbde

%27.35
%33.21
%39.43

CMYK Percentages of Color #9abbde

%31
%16
%0
%13

Triadic Colors of #9abbde

#9abbde #de9abb #bbde9a

Analogous Colors of #9abbde

#9abbde #9b9ade #9addde

Monochromatic Colors of #9abbde

#9abbde

Complementary Color

#9abbde #debd9a

#9abbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abbde Color CSS Codes

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

#9abbde Text Font Color

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

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


#9abbde Background Color

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

This div background color is #9abbde


#9abbde Border Color

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

This div border color is #9abbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abbde


Comments

No comments written yet.

Please login to write comment.