Color Hex Logo

#959adc Color Hex

#959ADC
(149,154,220)
0 Favorites   0 Comments

Color spaces of #959adc

RGB 149154220
HSL0.650.500.72
HSV236°32°86°
CMYK 0.320.300.00   0.14
XYZ36.868334.668172.4586
Yxy34.66810.25600.2408
Hunter Lab58.87968.7309-31.7479
CIE-Lab65.489413.4013-34.1126

#959adc color RGB value is (149,154,220).

#959adc hex color red value is 149, green value is 154 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #959adc hue: 0.65 , saturation: 0.50 and the lightness value of 959adc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011010 11011100
Octal 225 232 334
Decimal 149 154 220
Hex 95 9A DC

RGB Percentages of Color #959adc

%28.49
%29.45
%42.07

CMYK Percentages of Color #959adc

%32
%30
%0
%14

Triadic Colors of #959adc

#959adc #dc959a #9adc95

Analogous Colors of #959adc

#959adc #b495dc #95bedc

Monochromatic Colors of #959adc

#959adc

Complementary Color

#959adc #dcd795

#959adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#959adc Color CSS Codes

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

#959adc Text Font Color

<p style="color:#959adc">Text here</p>

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


#959adc Background Color

<div style="background-color:#959adc">
Div content here</div>

This div background color is #959adc


#959adc Border Color

<div style="border:3px solid #959adc">
Div here</div>

This div border color is #959adc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,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 #959adc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959adc


Comments

No comments written yet.

Please login to write comment.