Color Hex Logo

#6edc7a Color Hex

#6EDC7A
(110,220,122)
0 Favorites   0 Comments

Color spaces of #6edc7a

RGB 110220122
HSL0.350.610.65
HSV127°50°86°
CMYK 0.500.000.45   0.14
XYZ35.536555.906527.3304
Yxy55.90650.29920.4707
Hunter Lab74.7706-46.012330.6676
CIE-Lab79.5606-51.694938.5986

#6edc7a color RGB value is (110,220,122).

#6edc7a hex color red value is 110, green value is 220 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #6edc7a hue: 0.35 , saturation: 0.61 and the lightness value of 6edc7a is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011100 01111010
Octal 156 334 172
Decimal 110 220 122
Hex 6E DC 7A

RGB Percentages of Color #6edc7a

%24.34
%48.67
%26.99

CMYK Percentages of Color #6edc7a

%50
%0
%45
%14

Triadic Colors of #6edc7a

#6edc7a #7a6edc #dc7a6e

Analogous Colors of #6edc7a

#6edc7a #6edcb1 #99dc6e

Monochromatic Colors of #6edc7a

#6edc7a

Complementary Color

#6edc7a #dc6ed0

#6edc7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edc7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edc7a Color CSS Codes

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

#6edc7a Text Font Color

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

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


#6edc7a Background Color

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

This div background color is #6edc7a


#6edc7a Border Color

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

This div border color is #6edc7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edc7a


Comments

No comments written yet.

Please login to write comment.