Color Hex Logo

#6dcd5a Color Hex

#6DCD5A
(109,205,90)
0 Favorites   0 Comments

Color spaces of #6dcd5a

RGB 10920590
HSL0.310.530.58
HSV110°56°80°
CMYK 0.470.000.56   0.20
XYZ29.983547.652017.2903
Yxy47.65200.31590.5020
Hunter Lab69.0304-43.271433.4707
CIE-Lab74.6049-50.168347.9114

#6dcd5a color RGB value is (109,205,90).

#6dcd5a hex color red value is 109, green value is 205 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #6dcd5a hue: 0.31 , saturation: 0.53 and the lightness value of 6dcd5a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001101 01011010
Octal 155 315 132
Decimal 109 205 90
Hex 6D CD 5A

RGB Percentages of Color #6dcd5a

%26.98
%50.74
%22.28

CMYK Percentages of Color #6dcd5a

%47
%0
%56
%20

Triadic Colors of #6dcd5a

#6dcd5a #5a6dcd #cd5a6d

Analogous Colors of #6dcd5a

#6dcd5a #5acd81 #a7cd5a

Monochromatic Colors of #6dcd5a

#6dcd5a

Complementary Color

#6dcd5a #ba5acd

#6dcd5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcd5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcd5a Color CSS Codes

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

#6dcd5a Text Font Color

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

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


#6dcd5a Background Color

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

This div background color is #6dcd5a


#6dcd5a Border Color

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

This div border color is #6dcd5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcd5a


Comments

No comments written yet.

Please login to write comment.