Color Hex Logo

#6eda74 Color Hex

#6EDA74
(110,218,116)
0 Favorites   0 Comments

Color spaces of #6eda74

RGB 110218116
HSL0.340.590.64
HSV123°50°85°
CMYK 0.500.000.47   0.15
XYZ34.654254.718825.2583
Yxy54.71880.30230.4773
Hunter Lab73.9722-45.828331.5355
CIE-Lab78.8790-51.763240.6960

#6eda74 color RGB value is (110,218,116).

#6eda74 hex color red value is 110, green value is 218 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #6eda74 hue: 0.34 , saturation: 0.59 and the lightness value of 6eda74 is 0.64.

The process color (four color CMYK) of #6eda74 color hex is 0.50, 0.00, 0.47, 0.15. Web safe color of #6eda74 is #66cc66. Color #6eda74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011010 01110100
Octal 156 332 164
Decimal 110 218 116
Hex 6E DA 74

RGB Percentages of Color #6eda74

%24.77
%49.10
%26.13

CMYK Percentages of Color #6eda74

%50
%0
%47
%15

Triadic Colors of #6eda74

#6eda74 #746eda #da746e

Analogous Colors of #6eda74

#6eda74 #6edaaa #9eda6e

Monochromatic Colors of #6eda74

#6eda74

Complementary Color

#6eda74 #da6ed4

#6eda74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eda74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eda74 Color CSS Codes

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

#6eda74 Text Font Color

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

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


#6eda74 Background Color

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

This div background color is #6eda74


#6eda74 Border Color

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

This div border color is #6eda74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eda74


Comments

No comments written yet.

Please login to write comment.