Color Hex Logo

#9bddcb Color Hex

#9BDDCB
(155,221,203)
0 Favorites   0 Comments

Color spaces of #9bddcb

RGB 155221203
HSL0.450.490.74
HSV164°30°87°
CMYK 0.300.000.08   0.13
XYZ50.153562.993366.0155
Yxy62.99330.27990.3516
Hunter Lab79.3683-26.09896.2427
CIE-Lab83.4389-24.57582.1716

#9bddcb color RGB value is (155,221,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011101 11001011
Octal 233 335 313
Decimal 155 221 203
Hex 9B DD CB

RGB Percentages of Color #9bddcb

%26.77
%38.17
%35.06

CMYK Percentages of Color #9bddcb

%30
%0
%8
%13

Triadic Colors of #9bddcb

#9bddcb #cb9bdd #ddcb9b

Analogous Colors of #9bddcb

#9bddcb #9bcedd #9bddaa

Monochromatic Colors of #9bddcb

#9bddcb

Complementary Color

#9bddcb #dd9bad

#9bddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bddcb Color CSS Codes

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

#9bddcb Text Font Color

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

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


#9bddcb Background Color

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

This div background color is #9bddcb


#9bddcb Border Color

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

This div border color is #9bddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bddcb


Comments

No comments written yet.

Please login to write comment.