Color Hex Logo

#9ba2dd Color Hex

#9BA2DD
(155,162,221)
0 Favorites   0 Comments

Color spaces of #9ba2dd

RGB 155162221
HSL0.650.490.74
HSV234°30°87°
CMYK 0.300.270.00   0.13
XYZ39.489038.029773.6658
Yxy38.02970.26120.2515
Hunter Lab61.66826.3824-27.6571
CIE-Lab68.042510.8398-30.6752

#9ba2dd color RGB value is (155,162,221).

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

The process color (four color CMYK) of #9ba2dd color hex is 0.30, 0.27, 0.00, 0.13. Web safe color of #9ba2dd is #9999cc. Color #9ba2dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10100010 11011101
Octal 233 242 335
Decimal 155 162 221
Hex 9B A2 DD

RGB Percentages of Color #9ba2dd

%28.81
%30.11
%41.08

CMYK Percentages of Color #9ba2dd

%30
%27
%0
%13

Triadic Colors of #9ba2dd

#9ba2dd #dd9ba2 #a2dd9b

Analogous Colors of #9ba2dd

#9ba2dd #b59bdd #9bc3dd

Monochromatic Colors of #9ba2dd

#9ba2dd

Complementary Color

#9ba2dd #ddd69b

#9ba2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ba2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ba2dd Color CSS Codes

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

#9ba2dd Text Font Color

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

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


#9ba2dd Background Color

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

This div background color is #9ba2dd


#9ba2dd Border Color

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

This div border color is #9ba2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ba2dd


Comments

No comments written yet.

Please login to write comment.