color codes Logo

#6ea49f color codes

#6EA49F
(110,164,159)
0 Favorites   0 Comments

Color spaces of #6ea49f

RGB 110164159
HSL0.480.230.54
HSV174°33°64°
CMYK 0.330.000.03   0.36
XYZ25.963932.369137.6803
Yxy32.36910.27040.3371
Hunter Lab56.8938-18.10450.5584
CIE-Lab63.6468-18.8804-3.0934

#6ea49f color RGB value is (110,164,159).

#6ea49f hex color red value is 110, green value is 164 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #6ea49f hue: 0.48 , saturation: 0.23 and the lightness value of 6ea49f is 0.54.

The process color (four color CMYK) of #6ea49f color code is 0.33, 0.00, 0.03, 0.36. Web safe color of #6ea49f is #669999. Color #6ea49f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10100100 10011111
Octal 156 244 237
Decimal 110 164 159
Hex 6E A4 9F

RGB Percentages of Color #6ea49f

%25.40
%37.88
%36.72

CMYK Percentages of Color #6ea49f

%33
%0
%3
%36

Triadic Colors of #6ea49f

#6ea49f #9f6ea4 #a49f6e

Analogous Colors of #6ea49f

#6ea49f #6e8ea4 #6ea484

Monochromatic Colors of #6ea49f

#6ea49f

Complementary Color

#6ea49f #a46e73

#6ea49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ea49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ea49f Color CSS Codes

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

#6ea49f Text Font Color

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

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


#6ea49f Background Color

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

This div background color is #6ea49f


#6ea49f Border Color

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

This div border color is #6ea49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ea49f


Comments

No comments written yet.

Please login to write comment.