Color Hex Logo

#9bbeab Color Hex

#9BBEAB
(155,190,171)
0 Favorites   0 Comments

Color spaces of #9bbeab

RGB 155190171
HSL0.410.210.68
HSV147°18°75°
CMYK 0.180.000.10   0.25
XYZ39.281746.735745.4786
Yxy46.73570.29870.3554
Hunter Lab68.3635-17.07008.4120
CIE-Lab74.0204-15.58105.7060

#9bbeab color RGB value is (155,190,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111110 10101011
Octal 233 276 253
Decimal 155 190 171
Hex 9B BE AB

RGB Percentages of Color #9bbeab

%30.04
%36.82
%33.14

CMYK Percentages of Color #9bbeab

%18
%0
%10
%25

Triadic Colors of #9bbeab

#9bbeab #ab9bbe #beab9b

Analogous Colors of #9bbeab

#9bbeab #9bbebd #9dbe9b

Monochromatic Colors of #9bbeab

#9bbeab

Complementary Color

#9bbeab #be9bae

#9bbeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbeab Color CSS Codes

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

#9bbeab Text Font Color

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

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


#9bbeab Background Color

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

This div background color is #9bbeab


#9bbeab Border Color

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

This div border color is #9bbeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbeab


Comments

No comments written yet.

Please login to write comment.