Color Hex Logo

#9cc3db Color Hex

#9CC3DB
(156,195,219)
0 Favorites   0 Comments

Color spaces of #9cc3db

RGB 156195219
HSL0.560.470.74
HSV203°29°86°
CMYK 0.290.110.00   0.14
XYZ46.011651.212674.4778
Yxy51.21260.26800.2983
Hunter Lab71.5630-10.4682-11.6108
CIE-Lab76.8076-7.4364-16.2057

#9cc3db color RGB value is (156,195,219).

#9cc3db hex color red value is 156, green value is 195 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9cc3db hue: 0.56 , saturation: 0.47 and the lightness value of 9cc3db is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11000011 11011011
Octal 234 303 333
Decimal 156 195 219
Hex 9C C3 DB

RGB Percentages of Color #9cc3db

%27.37
%34.21
%38.42

CMYK Percentages of Color #9cc3db

%29
%11
%0
%14

Triadic Colors of #9cc3db

#9cc3db #db9cc3 #c3db9c

Analogous Colors of #9cc3db

#9cc3db #9ca4db #9cdbd4

Monochromatic Colors of #9cc3db

#9cc3db

Complementary Color

#9cc3db #dbb49c

#9cc3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cc3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cc3db Color CSS Codes

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

#9cc3db Text Font Color

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

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


#9cc3db Background Color

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

This div background color is #9cc3db


#9cc3db Border Color

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

This div border color is #9cc3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cc3db


Comments

No comments written yet.

Please login to write comment.