Color Hex Logo

#9b9adc Color Hex

#9B9ADC
(155,154,220)
0 Favorites   0 Comments

Color spaces of #9b9adc

RGB 155154220
HSL0.670.490.73
HSV241°30°86°
CMYK 0.300.300.00   0.14
XYZ37.991435.247172.5111
Yxy35.24710.26070.2418
Hunter Lab59.369310.3290-30.8558
CIE-Lab65.940615.1224-33.3769

#9b9adc color RGB value is (155,154,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10011010 11011100
Octal 233 232 334
Decimal 155 154 220
Hex 9B 9A DC

RGB Percentages of Color #9b9adc

%29.30
%29.11
%41.59

CMYK Percentages of Color #9b9adc

%30
%30
%0
%14

Triadic Colors of #9b9adc

#9b9adc #dc9b9a #9adc9b

Analogous Colors of #9b9adc

#9b9adc #bc9adc #9abadc

Monochromatic Colors of #9b9adc

#9b9adc

Complementary Color

#9b9adc #dbdc9a

#9b9adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b9adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b9adc Color CSS Codes

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

#9b9adc Text Font Color

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

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


#9b9adc Background Color

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

This div background color is #9b9adc


#9b9adc Border Color

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

This div border color is #9b9adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b9adc


Comments

No comments written yet.

Please login to write comment.