Color Hex Logo

#9dc2db Color Hex

#9DC2DB
(157,194,219)
0 Favorites   0 Comments

Color spaces of #9dc2db

RGB 157194219
HSL0.570.460.74
HSV204°28°86°
CMYK 0.280.110.00   0.14
XYZ45.982650.866174.4124
Yxy50.86610.26850.2970
Hunter Lab71.3205-9.7261-11.9360
CIE-Lab76.5978-6.6147-16.5158

#9dc2db color RGB value is (157,194,219).

#9dc2db hex color red value is 157, green value is 194 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9dc2db hue: 0.57 , saturation: 0.46 and the lightness value of 9dc2db is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11000010 11011011
Octal 235 302 333
Decimal 157 194 219
Hex 9D C2 DB

RGB Percentages of Color #9dc2db

%27.54
%34.04
%38.42

CMYK Percentages of Color #9dc2db

%28
%11
%0
%14

Triadic Colors of #9dc2db

#9dc2db #db9dc2 #c2db9d

Analogous Colors of #9dc2db

#9dc2db #9da3db #9ddbd5

Monochromatic Colors of #9dc2db

#9dc2db

Complementary Color

#9dc2db #dbb69d

#9dc2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dc2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dc2db Color CSS Codes

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

#9dc2db Text Font Color

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

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


#9dc2db Background Color

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

This div background color is #9dc2db


#9dc2db Border Color

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

This div border color is #9dc2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dc2db


Comments

No comments written yet.

Please login to write comment.