Color Hex Logo

#9bbebd Color Hex

#9BBEBD
(155,190,189)
0 Favorites   0 Comments

Color spaces of #9bbebd

RGB 155190189
HSL0.500.210.68
HSV178°18°75°
CMYK 0.180.000.01   0.25
XYZ41.116347.469655.1396
Yxy47.46960.28610.3303
Hunter Lab68.8982-14.04860.7786
CIE-Lab74.4892-11.8914-3.4000

#9bbebd color RGB value is (155,190,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111110 10111101
Octal 233 276 275
Decimal 155 190 189
Hex 9B BE BD

RGB Percentages of Color #9bbebd

%29.03
%35.58
%35.39

CMYK Percentages of Color #9bbebd

%18
%0
%1
%25

Triadic Colors of #9bbebd

#9bbebd #bd9bbe #bebd9b

Analogous Colors of #9bbebd

#9bbebd #9baebe #9bbeac

Monochromatic Colors of #9bbebd

#9bbebd

Complementary Color

#9bbebd #be9b9c

#9bbebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbebd Color CSS Codes

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

#9bbebd Text Font Color

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

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


#9bbebd Background Color

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

This div background color is #9bbebd


#9bbebd Border Color

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

This div border color is #9bbebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbebd

#9bbebd Color Palettes


Comments

No comments written yet.

Please login to write comment.