Color Hex Logo

#6ea248 Color Hex

#6EA248
(110,162,72)
0 Favorites   0 Comments

Color spaces of #6ea248

RGB 11016272
HSL0.260.380.46
HSV95°56°64°
CMYK 0.320.000.56   0.36
XYZ20.520429.623510.7673
Yxy29.62350.33690.4863
Hunter Lab54.4275-27.949526.3700
CIE-Lab61.3280-33.357940.8375

#6ea248 color RGB value is (110,162,72).

#6ea248 hex color red value is 110, green value is 162 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #6ea248 hue: 0.26 , saturation: 0.38 and the lightness value of 6ea248 is 0.46.

The process color (four color CMYK) of #6ea248 color hex is 0.32, 0.00, 0.56, 0.36. Web safe color of #6ea248 is #669933. Color #6ea248 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10100010 01001000
Octal 156 242 110
Decimal 110 162 72
Hex 6E A2 48

RGB Percentages of Color #6ea248

%31.98
%47.09
%20.93

CMYK Percentages of Color #6ea248

%32
%0
%56
%36

Triadic Colors of #6ea248

#6ea248 #486ea2 #a2486e

Analogous Colors of #6ea248

#6ea248 #48a24f #9ba248

Monochromatic Colors of #6ea248

#6ea248

Complementary Color

#6ea248 #7c48a2

#6ea248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ea248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ea248 Color CSS Codes

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

#6ea248 Text Font Color

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

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


#6ea248 Background Color

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

This div background color is #6ea248


#6ea248 Border Color

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

This div border color is #6ea248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ea248


Comments

No comments written yet.

Please login to write comment.