Color Hex Logo

#9dbdec Color Hex

#9DBDEC
(157,189,236)
0 Favorites   0 Comments

Color spaces of #9dbdec

RGB 157189236
HSL0.600.680.77
HSV216°33°93°
CMYK 0.330.200.00   0.07
XYZ47.242549.619486.4444
Yxy49.61940.25770.2707
Hunter Lab70.4410-3.5577-23.4513
CIE-Lab75.83510.2258-26.8557

#9dbdec color RGB value is (157,189,236).

#9dbdec hex color red value is 157, green value is 189 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9dbdec hue: 0.60 , saturation: 0.68 and the lightness value of 9dbdec is 0.77.

The process color (four color CMYK) of #9dbdec color hex is 0.33, 0.20, 0.00, 0.07. Web safe color of #9dbdec is #99ccff. Color #9dbdec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111101 11101100
Octal 235 275 354
Decimal 157 189 236
Hex 9D BD EC

RGB Percentages of Color #9dbdec

%26.98
%32.47
%40.55

CMYK Percentages of Color #9dbdec

%33
%20
%0
%7

Triadic Colors of #9dbdec

#9dbdec #ec9dbd #bdec9d

Analogous Colors of #9dbdec

#9dbdec #a59dec #9de5ec

Monochromatic Colors of #9dbdec

#9dbdec

Complementary Color

#9dbdec #eccc9d

#9dbdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbdec Color CSS Codes

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

#9dbdec Text Font Color

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

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


#9dbdec Background Color

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

This div background color is #9dbdec


#9dbdec Border Color

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

This div border color is #9dbdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbdec


Comments

No comments written yet.

Please login to write comment.