Color Hex Logo

#9bdebc Color Hex

#9BDEBC
(155,222,188)
0 Favorites   0 Comments

Color spaces of #9bdebc

RGB 155222188
HSL0.420.500.74
HSV150°30°87°
CMYK 0.300.000.15   0.13
XYZ48.715962.842057.1391
Yxy62.84200.28880.3725
Hunter Lab79.2729-29.033412.7555
CIE-Lab83.3592-28.13039.9891

#9bdebc color RGB value is (155,222,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011110 10111100
Octal 233 336 274
Decimal 155 222 188
Hex 9B DE BC

RGB Percentages of Color #9bdebc

%27.43
%39.29
%33.27

CMYK Percentages of Color #9bdebc

%30
%0
%15
%13

Triadic Colors of #9bdebc

#9bdebc #bc9bde #debc9b

Analogous Colors of #9bdebc

#9bdebc #9bdede #9cde9b

Monochromatic Colors of #9bdebc

#9bdebc

Complementary Color

#9bdebc #de9bbd

#9bdebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdebc Color CSS Codes

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

#9bdebc Text Font Color

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

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


#9bdebc Background Color

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

This div background color is #9bdebc


#9bdebc Border Color

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

This div border color is #9bdebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdebc


Comments

No comments written yet.

Please login to write comment.