Color Hex Logo

#9bdccb Color Hex

#9BDCCB
(155,220,203)
0 Favorites   0 Comments

Color spaces of #9bdccb

RGB 155220203
HSL0.460.480.74
HSV164°30°86°
CMYK 0.300.000.08   0.14
XYZ49.890362.466865.9277
Yxy62.46680.27980.3504
Hunter Lab79.0359-25.63735.8685
CIE-Lab83.1610-24.08641.7677

#9bdccb color RGB value is (155,220,203).

#9bdccb hex color red value is 155, green value is 220 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9bdccb hue: 0.46 , saturation: 0.48 and the lightness value of 9bdccb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011100 11001011
Octal 233 334 313
Decimal 155 220 203
Hex 9B DC CB

RGB Percentages of Color #9bdccb

%26.82
%38.06
%35.12

CMYK Percentages of Color #9bdccb

%30
%0
%8
%14

Triadic Colors of #9bdccb

#9bdccb #cb9bdc #dccb9b

Analogous Colors of #9bdccb

#9bdccb #9bcddc #9bdcab

Monochromatic Colors of #9bdccb

#9bdccb

Complementary Color

#9bdccb #dc9bac

#9bdccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdccb Color CSS Codes

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

#9bdccb Text Font Color

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

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


#9bdccb Background Color

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

This div background color is #9bdccb


#9bdccb Border Color

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

This div border color is #9bdccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdccb


Comments

No comments written yet.

Please login to write comment.