Color Hex Logo

#00cd6f Color Hex

#00CD6F
(0,205,111)
0 Favorites   0 Comments

Color spaces of #00cd6f

RGB 0205111
HSL0.421.000.40
HSV152°100°80°
CMYK 1.000.000.46   0.20
XYZ24.700644.810322.3863
Yxy44.81030.26880.4876
Hunter Lab66.9405-51.280527.0305
CIE-Lab72.7668-63.540435.0040

#00cd6f color RGB value is (0,205,111).

#00cd6f hex color red value is 0, green value is 205 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #00cd6f hue: 0.42 , saturation: 1.00 and the lightness value of 00cd6f is 0.40.

The process color (four color CMYK) of #00cd6f color hex is 1.00, 0.00, 0.46, 0.20. Web safe color of #00cd6f is #00cc66. Color #00cd6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001101 01101111
Octal 0 315 157
Decimal 0 205 111
Hex 0 CD 6F

RGB Percentages of Color #00cd6f

%0.00
%64.87
%35.13

CMYK Percentages of Color #00cd6f

%100
%0
%46
%20

Triadic Colors of #00cd6f

#00cd6f #6f00cd #cd6f00

Analogous Colors of #00cd6f

#00cd6f #00c5cd #00cd09

Monochromatic Colors of #00cd6f

#00cd6f

Complementary Color

#00cd6f #cd005e

#00cd6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00cd6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00cd6f Color CSS Codes

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

#00cd6f Text Font Color

<p style="color:#00cd6f">Text here</p>

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


#00cd6f Background Color

<div style="background-color:#00cd6f">
Div content here</div>

This div background color is #00cd6f


#00cd6f Border Color

<div style="border:3px solid #00cd6f">
Div here</div>

This div border color is #00cd6f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,205,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00cd6f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00cd6f;
  -webkit-box-shadow: 1px 1px 3px 2px #00cd6f;
  box-shadow:         1px 1px 3px 2px #00cd6f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00cd6f


Comments

No comments written yet.

Please login to write comment.