color codes Logo

#6dca2c color codes

#6DCA2C
(109,202,44)
0 Favorites   0 Comments

Color spaces of #6dca2c

RGB 10920244
HSL0.260.640.48
HSV95°78°79°
CMYK 0.460.000.78   0.21
XYZ27.881845.67419.7293
Yxy45.67410.33480.5484
Hunter Lab67.5826-44.627838.7723
CIE-Lab73.3336-52.834664.6097

#6dca2c color RGB value is (109,202,44).

#6dca2c hex color red value is 109, green value is 202 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #6dca2c hue: 0.26 , saturation: 0.64 and the lightness value of 6dca2c is 0.48.

The process color (four color CMYK) of #6dca2c color code is 0.46, 0.00, 0.78, 0.21. Web safe color of #6dca2c is #66cc33. Color #6dca2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001010 00101100
Octal 155 312 54
Decimal 109 202 44
Hex 6D CA 2C

RGB Percentages of Color #6dca2c

%30.70
%56.90
%12.39

CMYK Percentages of Color #6dca2c

%46
%0
%78
%21

Triadic Colors of #6dca2c

#6dca2c #2c6dca #ca2c6d

Analogous Colors of #6dca2c

#6dca2c #2cca3a #bcca2c

Monochromatic Colors of #6dca2c

#6dca2c

Complementary Color

#6dca2c #892cca

#6dca2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dca2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dca2c Color CSS Codes

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

#6dca2c Text Font Color

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

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


#6dca2c Background Color

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

This div background color is #6dca2c


#6dca2c Border Color

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

This div border color is #6dca2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dca2c


Comments

No comments written yet.

Please login to write comment.