Color Hex Logo

#949a1e Color Hex

#949A1E
(148,154,30)
0 Favorites   0 Comments

Color spaces of #949a1e

RGB 14815430
HSL0.170.670.36
HSV63°81°60°
CMYK 0.040.000.81   0.40
XYZ24.002729.50085.6575
Yxy29.50080.40570.4987
Hunter Lab54.3146-16.168031.8445
CIE-Lab61.2211-16.808258.5090

#949a1e color RGB value is (148,154,30).

#949a1e hex color red value is 148, green value is 154 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #949a1e hue: 0.17 , saturation: 0.67 and the lightness value of 949a1e is 0.36.

The process color (four color CMYK) of #949a1e color hex is 0.04, 0.00, 0.81, 0.40. Web safe color of #949a1e is #999933. Color #949a1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011010 00011110
Octal 224 232 36
Decimal 148 154 30
Hex 94 9A 1E

RGB Percentages of Color #949a1e

%44.58
%46.39
%9.04

CMYK Percentages of Color #949a1e

%4
%0
%81
%40

Triadic Colors of #949a1e

#949a1e #1e949a #9a1e94

Analogous Colors of #949a1e

#949a1e #569a1e #9a621e

Monochromatic Colors of #949a1e

#949a1e

Complementary Color

#949a1e #241e9a

#949a1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949a1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#949a1e Color CSS Codes

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

#949a1e Text Font Color

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

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


#949a1e Background Color

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

This div background color is #949a1e


#949a1e Border Color

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

This div border color is #949a1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,154,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #949a1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #949a1e;
  -webkit-box-shadow: 1px 1px 3px 2px #949a1e;
  box-shadow:         1px 1px 3px 2px #949a1e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949a1e


Comments

No comments written yet.

Please login to write comment.