Color Hex Logo

#9bddcd Color Hex

#9BDDCD
(155,221,205)
0 Favorites   0 Comments

Color spaces of #9bddcd

RGB 155221205
HSL0.460.490.74
HSV165°30°87°
CMYK 0.300.000.07   0.13
XYZ50.393563.089267.2790
Yxy63.08920.27880.3490
Hunter Lab79.4287-25.75105.3793
CIE-Lab83.4893-24.14981.1855

#9bddcd color RGB value is (155,221,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011101 11001101
Octal 233 335 315
Decimal 155 221 205
Hex 9B DD CD

RGB Percentages of Color #9bddcd

%26.68
%38.04
%35.28

CMYK Percentages of Color #9bddcd

%30
%0
%7
%13

Triadic Colors of #9bddcd

#9bddcd #cd9bdd #ddcd9b

Analogous Colors of #9bddcd

#9bddcd #9bccdd #9bddac

Monochromatic Colors of #9bddcd

#9bddcd

Complementary Color

#9bddcd #dd9bab

#9bddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bddcd Color CSS Codes

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

#9bddcd Text Font Color

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

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


#9bddcd Background Color

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

This div background color is #9bddcd


#9bddcd Border Color

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

This div border color is #9bddcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bddcd


Comments

No comments written yet.

Please login to write comment.