Color Hex Logo

#93a25d Color Hex

#93A25D
(147,162,93)
0 Favorites   0 Comments

Color spaces of #93a25d

RGB 14716293
HSL0.200.270.50
HSV73°43°64°
CMYK 0.090.000.43   0.36
XYZ26.928732.834015.2742
Yxy32.83400.35890.4376
Hunter Lab57.3010-16.390224.3063
CIE-Lab64.0263-16.546534.0571

#93a25d color RGB value is (147,162,93).

#93a25d hex color red value is 147, green value is 162 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #93a25d hue: 0.20 , saturation: 0.27 and the lightness value of 93a25d is 0.50.

The process color (four color CMYK) of #93a25d color hex is 0.09, 0.00, 0.43, 0.36. Web safe color of #93a25d is #999966. Color #93a25d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10100010 01011101
Octal 223 242 135
Decimal 147 162 93
Hex 93 A2 5D

RGB Percentages of Color #93a25d

%36.57
%40.30
%23.13

CMYK Percentages of Color #93a25d

%9
%0
%43
%36

Triadic Colors of #93a25d

#93a25d #5d93a2 #a25d93

Analogous Colors of #93a25d

#93a25d #71a25d #a28f5d

Monochromatic Colors of #93a25d

#93a25d

Complementary Color

#93a25d #6c5da2

#93a25d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93a25d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93a25d Color CSS Codes

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

#93a25d Text Font Color

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

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


#93a25d Background Color

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

This div background color is #93a25d


#93a25d Border Color

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

This div border color is #93a25d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93a25d


Comments

No comments written yet.

Please login to write comment.