Color Hex Logo

#9badcd Color Hex

#9BADCD
(155,173,205)
0 Favorites   0 Comments

Color spaces of #9badcd

RGB 155173205
HSL0.610.330.71
HSV218°24°80°
CMYK 0.240.160.00   0.20
XYZ39.480641.263563.6414
Yxy41.26350.27340.2858
Hunter Lab64.2367-2.7060-13.7749
CIE-Lab70.36010.8235-18.3238

#9badcd color RGB value is (155,173,205).

#9badcd hex color red value is 155, green value is 173 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9badcd hue: 0.61 , saturation: 0.33 and the lightness value of 9badcd is 0.71.

The process color (four color CMYK) of #9badcd color hex is 0.24, 0.16, 0.00, 0.20. Web safe color of #9badcd is #9999cc. Color #9badcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101101 11001101
Octal 233 255 315
Decimal 155 173 205
Hex 9B AD CD

RGB Percentages of Color #9badcd

%29.08
%32.46
%38.46

CMYK Percentages of Color #9badcd

%24
%16
%0
%20

Triadic Colors of #9badcd

#9badcd #cd9bad #adcd9b

Analogous Colors of #9badcd

#9badcd #a29bcd #9bc6cd

Monochromatic Colors of #9badcd

#9badcd

Complementary Color

#9badcd #cdbb9b

#9badcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9badcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9badcd Color CSS Codes

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

#9badcd Text Font Color

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

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


#9badcd Background Color

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

This div background color is #9badcd


#9badcd Border Color

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

This div border color is #9badcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,173,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9badcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9badcd;
  -webkit-box-shadow: 1px 1px 3px 2px #9badcd;
  box-shadow:         1px 1px 3px 2px #9badcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,173,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9badcd


Comments

No comments written yet.

Please login to write comment.