Color Hex Logo

#6dcd5f Color Hex

#6DCD5F
(109,205,95)
0 Favorites   0 Comments

Color spaces of #6dcd5f

RGB 10920595
HSL0.310.520.59
HSV112°54°80°
CMYK 0.470.000.54   0.20
XYZ30.203647.740118.4493
Yxy47.74010.31330.4953
Hunter Lab69.0942-42.886032.5345
CIE-Lab74.6607-49.578145.6399

#6dcd5f color RGB value is (109,205,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001101 01011111
Octal 155 315 137
Decimal 109 205 95
Hex 6D CD 5F

RGB Percentages of Color #6dcd5f

%26.65
%50.12
%23.23

CMYK Percentages of Color #6dcd5f

%47
%0
%54
%20

Triadic Colors of #6dcd5f

#6dcd5f #5f6dcd #cd5f6d

Analogous Colors of #6dcd5f

#6dcd5f #5fcd88 #a4cd5f

Monochromatic Colors of #6dcd5f

#6dcd5f

Complementary Color

#6dcd5f #bf5fcd

#6dcd5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcd5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcd5f Color CSS Codes

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

#6dcd5f Text Font Color

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

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


#6dcd5f Background Color

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

This div background color is #6dcd5f


#6dcd5f Border Color

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

This div border color is #6dcd5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcd5f


Comments

No comments written yet.

Please login to write comment.