Color Hex Logo

#9bdbcc Color Hex

#9BDBCC
(155,219,204)
0 Favorites   0 Comments

Color spaces of #9bdbcc

RGB 155219204
HSL0.460.470.73
HSV166°29°86°
CMYK 0.290.000.07   0.14
XYZ49.748261.991266.4702
Yxy61.99120.27920.3479
Hunter Lab78.7345-25.00065.0596
CIE-Lab82.9087-23.38220.8699

#9bdbcc color RGB value is (155,219,204).

#9bdbcc hex color red value is 155, green value is 219 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9bdbcc hue: 0.46 , saturation: 0.47 and the lightness value of 9bdbcc is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011011 11001100
Octal 233 333 314
Decimal 155 219 204
Hex 9B DB CC

RGB Percentages of Color #9bdbcc

%26.82
%37.89
%35.29

CMYK Percentages of Color #9bdbcc

%29
%0
%7
%14

Triadic Colors of #9bdbcc

#9bdbcc #cc9bdb #dbcc9b

Analogous Colors of #9bdbcc

#9bdbcc #9bcadb #9bdbac

Monochromatic Colors of #9bdbcc

#9bdbcc

Complementary Color

#9bdbcc #db9baa

#9bdbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdbcc Color CSS Codes

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

#9bdbcc Text Font Color

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

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


#9bdbcc Background Color

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

This div background color is #9bdbcc


#9bdbcc Border Color

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

This div border color is #9bdbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdbcc


Comments

No comments written yet.

Please login to write comment.