Color Hex Logo

#6dec72 Color Hex

#6DEC72
(109,236,114)
0 Favorites   0 Comments

Color spaces of #6dec72

RGB 109236114
HSL0.340.770.68
HSV122°54°93°
CMYK 0.540.000.52   0.07
XYZ39.339464.457026.2876
Yxy64.45700.30240.4955
Hunter Lab80.2851-53.034636.7864
CIE-Lab84.2031-59.289948.2284

#6dec72 color RGB value is (109,236,114).

#6dec72 hex color red value is 109, green value is 236 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #6dec72 hue: 0.34 , saturation: 0.77 and the lightness value of 6dec72 is 0.68.

The process color (four color CMYK) of #6dec72 color hex is 0.54, 0.00, 0.52, 0.07. Web safe color of #6dec72 is #66ff66. Color #6dec72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101100 01110010
Octal 155 354 162
Decimal 109 236 114
Hex 6D EC 72

RGB Percentages of Color #6dec72

%23.75
%51.42
%24.84

CMYK Percentages of Color #6dec72

%54
%0
%52
%7

Triadic Colors of #6dec72

#6dec72 #726dec #ec726d

Analogous Colors of #6dec72

#6dec72 #6decb2 #a8ec6d

Monochromatic Colors of #6dec72

#6dec72

Complementary Color

#6dec72 #ec6de7

#6dec72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dec72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dec72 Color CSS Codes

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

#6dec72 Text Font Color

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

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


#6dec72 Background Color

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

This div background color is #6dec72


#6dec72 Border Color

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

This div border color is #6dec72


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,236,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6dec72; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6dec72;
  -webkit-box-shadow: 1px 1px 3px 2px #6dec72;
  box-shadow:         1px 1px 3px 2px #6dec72; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,236,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dec72


Comments

No comments written yet.

Please login to write comment.