Color Hex Logo

#9abebb Color Hex

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

Color spaces of #9abebb

RGB 154190187
HSL0.490.220.67
HSV175°19°75°
CMYK 0.190.000.02   0.25
XYZ40.709547.284853.9950
Yxy47.28480.28670.3330
Hunter Lab68.7639-14.66171.5789
CIE-Lab74.3716-12.6358-2.4919

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

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

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

Base Numbers

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

RGB Percentages of Color #9abebb

%29.00
%35.78
%35.22

CMYK Percentages of Color #9abebb

%19
%0
%2
%25

Triadic Colors of #9abebb

#9abebb #bb9abe #bebb9a

Analogous Colors of #9abebb

#9abebb #9aafbe #9abea9

Monochromatic Colors of #9abebb

#9abebb

Complementary Color

#9abebb #be9a9d

#9abebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abebb Color CSS Codes

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

#9abebb Text Font Color

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

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


#9abebb Background Color

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

This div background color is #9abebb


#9abebb Border Color

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

This div border color is #9abebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abebb


Comments

No comments written yet.

Please login to write comment.