Color Hex Logo

#6eaf2a Color Hex

#6EAF2A
(110,175,42)
0 Favorites   0 Comments

Color spaces of #6eaf2a

RGB 11017542
HSL0.250.610.43
HSV89°76°69°
CMYK 0.370.000.76   0.31
XYZ22.178334.14217.6117
Yxy34.14210.34690.5340
Hunter Lab58.4312-34.502833.1783
CIE-Lab65.0752-41.639957.3956

#6eaf2a color RGB value is (110,175,42).

#6eaf2a hex color red value is 110, green value is 175 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #6eaf2a hue: 0.25 , saturation: 0.61 and the lightness value of 6eaf2a is 0.43.

The process color (four color CMYK) of #6eaf2a color hex is 0.37, 0.00, 0.76, 0.31. Web safe color of #6eaf2a is #669933. Color #6eaf2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101111 00101010
Octal 156 257 52
Decimal 110 175 42
Hex 6E AF 2A

RGB Percentages of Color #6eaf2a

%33.64
%53.52
%12.84

CMYK Percentages of Color #6eaf2a

%37
%0
%76
%31

Triadic Colors of #6eaf2a

#6eaf2a #2a6eaf #af2a6e

Analogous Colors of #6eaf2a

#6eaf2a #2caf2a #afae2a

Monochromatic Colors of #6eaf2a

#6eaf2a

Complementary Color

#6eaf2a #6b2aaf

#6eaf2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eaf2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eaf2a Color CSS Codes

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

#6eaf2a Text Font Color

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

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


#6eaf2a Background Color

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

This div background color is #6eaf2a


#6eaf2a Border Color

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

This div border color is #6eaf2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eaf2a


Comments

No comments written yet.

Please login to write comment.