Color Hex Logo

#9bbeb9 Color Hex

#9BBEB9
(155,190,185)
0 Favorites   0 Comments

Color spaces of #9bbeb9

RGB 155190185
HSL0.480.210.68
HSV171°18°75°
CMYK 0.180.000.03   0.25
XYZ40.688047.298352.8839
Yxy47.29830.28880.3358
Hunter Lab68.7738-14.74972.5503
CIE-Lab74.3802-12.7393-1.3837

#9bbeb9 color RGB value is (155,190,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111110 10111001
Octal 233 276 271
Decimal 155 190 185
Hex 9B BE B9

RGB Percentages of Color #9bbeb9

%29.25
%35.85
%34.91

CMYK Percentages of Color #9bbeb9

%18
%0
%3
%25

Triadic Colors of #9bbeb9

#9bbeb9 #b99bbe #beb99b

Analogous Colors of #9bbeb9

#9bbeb9 #9bb2be #9bbea8

Monochromatic Colors of #9bbeb9

#9bbeb9

Complementary Color

#9bbeb9 #be9ba0

#9bbeb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbeb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbeb9 Color CSS Codes

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

#9bbeb9 Text Font Color

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

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


#9bbeb9 Background Color

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

This div background color is #9bbeb9


#9bbeb9 Border Color

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

This div border color is #9bbeb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbeb9


Comments

No comments written yet.

Please login to write comment.