Color Hex Logo

#95907d Color Hex

#95907D
(149,144,125)
0 Favorites   0 Comments

Color spaces of #95907d

RGB 149144125
HSL0.130.100.54
HSV48°16°58°
CMYK 0.000.030.16   0.42
XYZ26.069427.816723.3972
Yxy27.81670.33730.3599
Hunter Lab52.7415-4.067710.6168
CIE-Lab59.7228-1.527810.7636

#95907d color RGB value is (149,144,125).

#95907d hex color red value is 149, green value is 144 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #95907d hue: 0.13 , saturation: 0.10 and the lightness value of 95907d is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010000 01111101
Octal 225 220 175
Decimal 149 144 125
Hex 95 90 7D

RGB Percentages of Color #95907d

%35.65
%34.45
%29.90

CMYK Percentages of Color #95907d

%0
%3
%16
%42

Triadic Colors of #95907d

#95907d #7d9590 #907d95

Analogous Colors of #95907d

#95907d #8e957d #95847d

Monochromatic Colors of #95907d

#95907d

Complementary Color

#95907d #7d8295

#95907d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95907d Color Preview on White Background

Lorem ipsum dolor sit amet.

#95907d Color CSS Codes

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

#95907d Text Font Color

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

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


#95907d Background Color

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

This div background color is #95907d


#95907d Border Color

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

This div border color is #95907d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95907d

#95907d Color Palettes


Comments

No comments written yet.

Please login to write comment.