Color Hex Logo

#94a55a Color Hex

#94A55A
(148,165,90)
0 Favorites   0 Comments

Color spaces of #94a55a

RGB 14816590
HSL0.200.290.50
HSV74°45°65°
CMYK 0.100.000.45   0.35
XYZ27.513333.944414.7747
Yxy33.94440.36090.4453
Hunter Lab58.2618-17.664225.7478
CIE-Lab64.9184-18.032536.7406

#94a55a color RGB value is (148,165,90).

#94a55a hex color red value is 148, green value is 165 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #94a55a hue: 0.20 , saturation: 0.29 and the lightness value of 94a55a is 0.50.

The process color (four color CMYK) of #94a55a color hex is 0.10, 0.00, 0.45, 0.35. Web safe color of #94a55a is #999966. Color #94a55a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10100101 01011010
Octal 224 245 132
Decimal 148 165 90
Hex 94 A5 5A

RGB Percentages of Color #94a55a

%36.72
%40.94
%22.33

CMYK Percentages of Color #94a55a

%10
%0
%45
%35

Triadic Colors of #94a55a

#94a55a #5a94a5 #a55a94

Analogous Colors of #94a55a

#94a55a #6fa55a #a5915a

Monochromatic Colors of #94a55a

#94a55a

Complementary Color

#94a55a #6b5aa5

#94a55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94a55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#94a55a Color CSS Codes

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

#94a55a Text Font Color

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

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


#94a55a Background Color

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

This div background color is #94a55a


#94a55a Border Color

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

This div border color is #94a55a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,165,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #94a55a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #94a55a;
  -webkit-box-shadow: 1px 1px 3px 2px #94a55a;
  box-shadow:         1px 1px 3px 2px #94a55a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,165,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94a55a


Comments

No comments written yet.

Please login to write comment.