Color Hex Logo

#9abbbe Color Hex

#9ABBBE
(154,187,190)
0 Favorites   0 Comments

Color spaces of #9abbbe

RGB 154187190
HSL0.510.220.67
HSV185°19°75°
CMYK 0.190.020.00   0.25
XYZ40.391046.128455.4900
Yxy46.12840.28440.3248
Hunter Lab67.9179-12.7018-0.8984
CIE-Lab73.6288-10.4196-5.2203

#9abbbe color RGB value is (154,187,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111011 10111110
Octal 232 273 276
Decimal 154 187 190
Hex 9A BB BE

RGB Percentages of Color #9abbbe

%29.00
%35.22
%35.78

CMYK Percentages of Color #9abbbe

%19
%2
%0
%25

Triadic Colors of #9abbbe

#9abbbe #be9abb #bbbe9a

Analogous Colors of #9abbbe

#9abbbe #9aa9be #9abeaf

Monochromatic Colors of #9abbbe

#9abbbe

Complementary Color

#9abbbe #be9d9a

#9abbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abbbe Color CSS Codes

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

#9abbbe Text Font Color

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

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


#9abbbe Background Color

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

This div background color is #9abbbe


#9abbbe Border Color

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

This div border color is #9abbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abbbe


Comments

No comments written yet.

Please login to write comment.