Color Hex Logo

#9a9ddb Color Hex

#9A9DDB
(154,157,219)
0 Favorites   0 Comments

Color spaces of #9a9ddb

RGB 154157219
HSL0.660.470.73
HSV237°30°86°
CMYK 0.300.280.00   0.14
XYZ38.169636.098471.9738
Yxy36.09840.26100.2468
Hunter Lab60.08198.2563-28.9677
CIE-Lab66.595012.8765-31.8161

#9a9ddb color RGB value is (154,157,219).

#9a9ddb hex color red value is 154, green value is 157 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9a9ddb hue: 0.66 , saturation: 0.47 and the lightness value of 9a9ddb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10011101 11011011
Octal 232 235 333
Decimal 154 157 219
Hex 9A 9D DB

RGB Percentages of Color #9a9ddb

%29.06
%29.62
%41.32

CMYK Percentages of Color #9a9ddb

%30
%28
%0
%14

Triadic Colors of #9a9ddb

#9a9ddb #db9a9d #9ddb9a

Analogous Colors of #9a9ddb

#9a9ddb #b89adb #9abedb

Monochromatic Colors of #9a9ddb

#9a9ddb

Complementary Color

#9a9ddb #dbd89a

#9a9ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a9ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a9ddb Color CSS Codes

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

#9a9ddb Text Font Color

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

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


#9a9ddb Background Color

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

This div background color is #9a9ddb


#9a9ddb Border Color

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

This div border color is #9a9ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a9ddb


Comments

No comments written yet.

Please login to write comment.