Color Hex Logo

#9ba1cd Color Hex

#9BA1CD
(155,161,205)
0 Favorites   0 Comments

Color spaces of #9ba1cd

RGB 155161205
HSL0.650.330.71
HSV233°24°80°
CMYK 0.240.210.00   0.20
XYZ37.281936.866162.9085
Yxy36.86610.27200.2690
Hunter Lab60.71753.3475-18.9273
CIE-Lab67.17657.4882-23.1686

#9ba1cd color RGB value is (155,161,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10100001 11001101
Octal 233 241 315
Decimal 155 161 205
Hex 9B A1 CD

RGB Percentages of Color #9ba1cd

%29.75
%30.90
%39.35

CMYK Percentages of Color #9ba1cd

%24
%21
%0
%20

Triadic Colors of #9ba1cd

#9ba1cd #cd9ba1 #a1cd9b

Analogous Colors of #9ba1cd

#9ba1cd #ae9bcd #9bbacd

Monochromatic Colors of #9ba1cd

#9ba1cd

Complementary Color

#9ba1cd #cdc79b

#9ba1cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ba1cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ba1cd Color CSS Codes

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

#9ba1cd Text Font Color

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

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


#9ba1cd Background Color

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

This div background color is #9ba1cd


#9ba1cd Border Color

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

This div border color is #9ba1cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ba1cd


Comments

No comments written yet.

Please login to write comment.