Color Hex Logo

#959054 Color Hex

#959054
(149,144,84)
0 Favorites   0 Comments

Color spaces of #959054

RGB 14914484
HSL0.150.280.46
HSV55°44°58°
CMYK 0.000.030.44   0.42
XYZ23.967926.976212.3312
Yxy26.97620.37880.4263
Hunter Lab51.9386-8.520922.2805
CIE-Lab58.9523-7.181732.4645

#959054 color RGB value is (149,144,84).

#959054 hex color red value is 149, green value is 144 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #959054 hue: 0.15 , saturation: 0.28 and the lightness value of 959054 is 0.46.

The process color (four color CMYK) of #959054 color hex is 0.00, 0.03, 0.44, 0.42. Web safe color of #959054 is #999966. Color #959054 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010000 01010100
Octal 225 220 124
Decimal 149 144 84
Hex 95 90 54

RGB Percentages of Color #959054

%39.52
%38.20
%22.28

CMYK Percentages of Color #959054

%0
%3
%44
%42

Triadic Colors of #959054

#959054 #549590 #905495

Analogous Colors of #959054

#959054 #7a9554 #957054

Monochromatic Colors of #959054

#959054

Complementary Color

#959054 #545995

#959054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#959054 Color CSS Codes

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

#959054 Text Font Color

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

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


#959054 Background Color

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

This div background color is #959054


#959054 Border Color

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

This div border color is #959054


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,144,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #959054; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #959054;
  -webkit-box-shadow: 1px 1px 3px 2px #959054;
  box-shadow:         1px 1px 3px 2px #959054; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,144,84, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959054


Comments

No comments written yet.

Please login to write comment.