Color Hex Logo

#9bddcf Color Hex

#9BDDCF
(155,221,207)
0 Favorites   0 Comments

Color spaces of #9bddcf

RGB 155221207
HSL0.460.490.74
HSV167°30°87°
CMYK 0.300.000.06   0.13
XYZ50.636563.186568.5589
Yxy63.18650.27760.3465
Hunter Lab79.4899-25.39974.5062
CIE-Lab83.5404-23.72070.2002

#9bddcf color RGB value is (155,221,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011101 11001111
Octal 233 335 317
Decimal 155 221 207
Hex 9B DD CF

RGB Percentages of Color #9bddcf

%26.59
%37.91
%35.51

CMYK Percentages of Color #9bddcf

%30
%0
%6
%13

Triadic Colors of #9bddcf

#9bddcf #cf9bdd #ddcf9b

Analogous Colors of #9bddcf

#9bddcf #9bcadd #9bddae

Monochromatic Colors of #9bddcf

#9bddcf

Complementary Color

#9bddcf #dd9ba9

#9bddcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bddcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bddcf Color CSS Codes

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

#9bddcf Text Font Color

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

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


#9bddcf Background Color

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

This div background color is #9bddcf


#9bddcf Border Color

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

This div border color is #9bddcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bddcf


Comments

No comments written yet.

Please login to write comment.