Color Hex Logo

#9bdebb Color Hex

#9BDEBB
(155,222,187)
0 Favorites   0 Comments

Color spaces of #9bdebb

RGB 155222187
HSL0.410.500.74
HSV149°30°87°
CMYK 0.300.000.16   0.13
XYZ48.608562.799056.5732
Yxy62.79900.28940.3738
Hunter Lab79.2458-29.190313.1452
CIE-Lab83.3365-28.326910.4843

#9bdebb color RGB value is (155,222,187).

#9bdebb hex color red value is 155, green value is 222 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9bdebb hue: 0.41 , saturation: 0.50 and the lightness value of 9bdebb is 0.74.

The process color (four color CMYK) of #9bdebb color hex is 0.30, 0.00, 0.16, 0.13. Web safe color of #9bdebb is #99cccc. Color #9bdebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011110 10111011
Octal 233 336 273
Decimal 155 222 187
Hex 9B DE BB

RGB Percentages of Color #9bdebb

%27.48
%39.36
%33.16

CMYK Percentages of Color #9bdebb

%30
%0
%16
%13

Triadic Colors of #9bdebb

#9bdebb #bb9bde #debb9b

Analogous Colors of #9bdebb

#9bdebb #9bdedd #9dde9b

Monochromatic Colors of #9bdebb

#9bdebb

Complementary Color

#9bdebb #de9bbe

#9bdebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdebb Color CSS Codes

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

#9bdebb Text Font Color

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

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


#9bdebb Background Color

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

This div background color is #9bdebb


#9bdebb Border Color

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

This div border color is #9bdebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,222,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 #9bdebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdebb


Comments

No comments written yet.

Please login to write comment.