Color Hex Logo

#9cb7dd Color Hex

#9CB7DD
(156,183,221)
0 Favorites   0 Comments

Color spaces of #9cb7dd

RGB 156183221
HSL0.600.490.74
HSV215°29°87°
CMYK 0.290.170.00   0.13
XYZ43.694946.155475.0125
Yxy46.15540.26500.2800
Hunter Lab67.9378-4.0869-17.9078
CIE-Lab73.6463-0.5128-22.0770

#9cb7dd color RGB value is (156,183,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10110111 11011101
Octal 234 267 335
Decimal 156 183 221
Hex 9C B7 DD

RGB Percentages of Color #9cb7dd

%27.86
%32.68
%39.46

CMYK Percentages of Color #9cb7dd

%29
%17
%0
%13

Triadic Colors of #9cb7dd

#9cb7dd #dd9cb7 #b7dd9c

Analogous Colors of #9cb7dd

#9cb7dd #a29cdd #9cd8dd

Monochromatic Colors of #9cb7dd

#9cb7dd

Complementary Color

#9cb7dd #ddc29c

#9cb7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cb7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cb7dd Color CSS Codes

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

#9cb7dd Text Font Color

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

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


#9cb7dd Background Color

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

This div background color is #9cb7dd


#9cb7dd Border Color

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

This div border color is #9cb7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cb7dd


Comments

No comments written yet.

Please login to write comment.