Color Hex Logo

#6eaa2c Color Hex

#6EAA2C
(110,170,44)
0 Favorites   0 Comments

Color spaces of #6eaa2c

RGB 11017044
HSL0.250.590.42
HSV89°74°67°
CMYK 0.350.000.74   0.33
XYZ21.259832.24637.4865
Yxy32.24630.34860.5287
Hunter Lab56.7858-32.547431.9334
CIE-Lab63.5459-39.357655.2131

#6eaa2c color RGB value is (110,170,44).

#6eaa2c hex color red value is 110, green value is 170 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #6eaa2c hue: 0.25 , saturation: 0.59 and the lightness value of 6eaa2c is 0.42.

The process color (four color CMYK) of #6eaa2c color hex is 0.35, 0.00, 0.74, 0.33. Web safe color of #6eaa2c is #669933. Color #6eaa2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101010 00101100
Octal 156 252 54
Decimal 110 170 44
Hex 6E AA 2C

RGB Percentages of Color #6eaa2c

%33.95
%52.47
%13.58

CMYK Percentages of Color #6eaa2c

%35
%0
%74
%33

Triadic Colors of #6eaa2c

#6eaa2c #2c6eaa #aa2c6e

Analogous Colors of #6eaa2c

#6eaa2c #2faa2c #aaa72c

Monochromatic Colors of #6eaa2c

#6eaa2c

Complementary Color

#6eaa2c #682caa

#6eaa2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eaa2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eaa2c Color CSS Codes

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

#6eaa2c Text Font Color

<p style="color:#6eaa2c">Text here</p>

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


#6eaa2c Background Color

<div style="background-color:#6eaa2c">
Div content here</div>

This div background color is #6eaa2c


#6eaa2c Border Color

<div style="border:3px solid #6eaa2c">
Div here</div>

This div border color is #6eaa2c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,170,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6eaa2c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6eaa2c;
  -webkit-box-shadow: 1px 1px 3px 2px #6eaa2c;
  box-shadow:         1px 1px 3px 2px #6eaa2c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,170,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eaa2c


Comments

No comments written yet.

Please login to write comment.