Color Hex Logo

#93a48d Color Hex

#93A48D
(147,164,141)
0 Favorites   0 Comments

Color spaces of #93a48d

RGB 147164141
HSL0.290.110.60
HSV104°14°64°
CMYK 0.100.000.14   0.36
XYZ30.115834.677130.3054
Yxy34.67710.31670.3646
Hunter Lab58.8873-11.765210.7084
CIE-Lab65.4965-10.40819.9292

#93a48d color RGB value is (147,164,141).

#93a48d hex color red value is 147, green value is 164 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #93a48d hue: 0.29 , saturation: 0.11 and the lightness value of 93a48d is 0.60.

The process color (four color CMYK) of #93a48d color hex is 0.10, 0.00, 0.14, 0.36. Web safe color of #93a48d is #999999. Color #93a48d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10100100 10001101
Octal 223 244 215
Decimal 147 164 141
Hex 93 A4 8D

RGB Percentages of Color #93a48d

%32.52
%36.28
%31.19

CMYK Percentages of Color #93a48d

%10
%0
%14
%36

Triadic Colors of #93a48d

#93a48d #8d93a4 #a48d93

Analogous Colors of #93a48d

#93a48d #8da493 #9fa48d

Monochromatic Colors of #93a48d

#93a48d

Complementary Color

#93a48d #9e8da4

#93a48d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93a48d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93a48d Color CSS Codes

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

#93a48d Text Font Color

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

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


#93a48d Background Color

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

This div background color is #93a48d


#93a48d Border Color

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

This div border color is #93a48d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,164,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93a48d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93a48d;
  -webkit-box-shadow: 1px 1px 3px 2px #93a48d;
  box-shadow:         1px 1px 3px 2px #93a48d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,164,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93a48d


Comments

No comments written yet.

Please login to write comment.