Color Hex Logo

#9c9adb Color Hex

#9C9ADB
(156,154,219)
0 Favorites   0 Comments

Color spaces of #9c9adb

RGB 156154219
HSL0.670.470.73
HSV242°30°86°
CMYK 0.290.300.00   0.14
XYZ38.052135.293671.8246
Yxy35.29360.26210.2431
Hunter Lab59.408410.3676-30.0955
CIE-Lab65.976615.1632-32.7619

#9c9adb color RGB value is (156,154,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10011010 11011011
Octal 234 232 333
Decimal 156 154 219
Hex 9C 9A DB

RGB Percentages of Color #9c9adb

%29.49
%29.11
%41.40

CMYK Percentages of Color #9c9adb

%29
%30
%0
%14

Triadic Colors of #9c9adb

#9c9adb #db9c9a #9adb9c

Analogous Colors of #9c9adb

#9c9adb #bd9adb #9ab9db

Monochromatic Colors of #9c9adb

#9c9adb

Complementary Color

#9c9adb #d9db9a

#9c9adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c9adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c9adb Color CSS Codes

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

#9c9adb Text Font Color

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

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


#9c9adb Background Color

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

This div background color is #9c9adb


#9c9adb Border Color

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

This div border color is #9c9adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c9adb


Comments

No comments written yet.

Please login to write comment.