Color Hex Logo

#6ea518 Color Hex

#6EA518
(110,165,24)
0 Favorites   0 Comments

Color spaces of #6ea518

RGB 11016524
HSL0.230.750.37
HSV83°85°65°
CMYK 0.330.000.85   0.35
XYZ20.050430.29125.6542
Yxy30.29120.35810.5410
Hunter Lab55.0374-31.287132.4351
CIE-Lab61.9047-38.151259.7021

#6ea518 color RGB value is (110,165,24).

#6ea518 hex color red value is 110, green value is 165 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #6ea518 hue: 0.23 , saturation: 0.75 and the lightness value of 6ea518 is 0.37.

The process color (four color CMYK) of #6ea518 color hex is 0.33, 0.00, 0.85, 0.35. Web safe color of #6ea518 is #669900. Color #6ea518 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10100101 00011000
Octal 156 245 30
Decimal 110 165 24
Hex 6E A5 18

RGB Percentages of Color #6ea518

%36.79
%55.18
%8.03

CMYK Percentages of Color #6ea518

%33
%0
%85
%35

Triadic Colors of #6ea518

#6ea518 #186ea5 #a5186e

Analogous Colors of #6ea518

#6ea518 #28a518 #a59618

Monochromatic Colors of #6ea518

#6ea518

Complementary Color

#6ea518 #4f18a5

#6ea518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ea518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ea518 Color CSS Codes

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

#6ea518 Text Font Color

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

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


#6ea518 Background Color

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

This div background color is #6ea518


#6ea518 Border Color

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

This div border color is #6ea518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ea518


Comments

No comments written yet.

Please login to write comment.