Color Hex Logo

#9ba8cd Color Hex

#9BA8CD
(155,168,205)
0 Favorites   0 Comments

Color spaces of #9ba8cd

RGB 155168205
HSL0.620.330.71
HSV224°24°80°
CMYK 0.240.180.00   0.20
XYZ38.539639.381663.3278
Yxy39.38160.27280.2788
Hunter Lab62.7548-0.1986-15.9031
CIE-Lab69.02683.5829-20.3476

#9ba8cd color RGB value is (155,168,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101000 11001101
Octal 233 250 315
Decimal 155 168 205
Hex 9B A8 CD

RGB Percentages of Color #9ba8cd

%29.36
%31.82
%38.83

CMYK Percentages of Color #9ba8cd

%24
%18
%0
%20

Triadic Colors of #9ba8cd

#9ba8cd #cd9ba8 #a8cd9b

Analogous Colors of #9ba8cd

#9ba8cd #a79bcd #9bc1cd

Monochromatic Colors of #9ba8cd

#9ba8cd

Complementary Color

#9ba8cd #cdc09b

#9ba8cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ba8cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ba8cd Color CSS Codes

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

#9ba8cd Text Font Color

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

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


#9ba8cd Background Color

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

This div background color is #9ba8cd


#9ba8cd Border Color

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

This div border color is #9ba8cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ba8cd


Comments

No comments written yet.

Please login to write comment.