Color Hex Logo

#9bbeac Color Hex

#9BBEAC
(155,190,172)
0 Favorites   0 Comments

Color spaces of #9bbeac

RGB 155190172
HSL0.410.210.68
HSV149°18°75°
CMYK 0.180.000.09   0.25
XYZ39.377446.774045.9826
Yxy46.77400.29800.3540
Hunter Lab68.3915-16.91128.0108
CIE-Lab74.0450-15.38475.1982

#9bbeac color RGB value is (155,190,172).

#9bbeac hex color red value is 155, green value is 190 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9bbeac hue: 0.41 , saturation: 0.21 and the lightness value of 9bbeac is 0.68.

The process color (four color CMYK) of #9bbeac color hex is 0.18, 0.00, 0.09, 0.25. Web safe color of #9bbeac is #99cc99. Color #9bbeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111110 10101100
Octal 233 276 254
Decimal 155 190 172
Hex 9B BE AC

RGB Percentages of Color #9bbeac

%29.98
%36.75
%33.27

CMYK Percentages of Color #9bbeac

%18
%0
%9
%25

Triadic Colors of #9bbeac

#9bbeac #ac9bbe #beac9b

Analogous Colors of #9bbeac

#9bbeac #9bbebe #9cbe9b

Monochromatic Colors of #9bbeac

#9bbeac

Complementary Color

#9bbeac #be9bad

#9bbeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbeac Color CSS Codes

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

#9bbeac Text Font Color

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

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


#9bbeac Background Color

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

This div background color is #9bbeac


#9bbeac Border Color

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

This div border color is #9bbeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbeac


Comments

No comments written yet.

Please login to write comment.