Color Hex Logo

#9db7dc Color Hex

#9DB7DC
(157,183,220)
0 Favorites   0 Comments

Color spaces of #9db7dc

RGB 157183220
HSL0.600.470.74
HSV215°29°86°
CMYK 0.290.170.00   0.14
XYZ43.756446.202474.3219
Yxy46.20240.26640.2812
Hunter Lab67.9723-4.0443-17.2479
CIE-Lab73.6767-0.4629-21.4808

#9db7dc color RGB value is (157,183,220).

#9db7dc hex color red value is 157, green value is 183 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9db7dc hue: 0.60 , saturation: 0.47 and the lightness value of 9db7dc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10110111 11011100
Octal 235 267 334
Decimal 157 183 220
Hex 9D B7 DC

RGB Percentages of Color #9db7dc

%28.04
%32.68
%39.29

CMYK Percentages of Color #9db7dc

%29
%17
%0
%14

Triadic Colors of #9db7dc

#9db7dc #dc9db7 #b7dc9d

Analogous Colors of #9db7dc

#9db7dc #a39ddc #9dd7dc

Monochromatic Colors of #9db7dc

#9db7dc

Complementary Color

#9db7dc #dcc29d

#9db7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9db7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9db7dc Color CSS Codes

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

#9db7dc Text Font Color

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

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


#9db7dc Background Color

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

This div background color is #9db7dc


#9db7dc Border Color

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

This div border color is #9db7dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,183,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9db7dc


Comments

No comments written yet.

Please login to write comment.