color codes Logo

#00da6f color codes

#00DA6F
(0,218,111)
0 Favorites   0 Comments

Color spaces of #00da6f

RGB 0218111
HSL0.421.000.43
HSV151°100°85°
CMYK 1.000.000.49   0.15
XYZ27.940651.290523.4664
Yxy51.29050.27210.4994
Hunter Lab71.6174-55.691030.7050
CIE-Lab76.8546-67.778340.1833

#00da6f color RGB value is (0,218,111).

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

The process color (four color CMYK) of #00da6f color code is 1.00, 0.00, 0.49, 0.15. Web safe color of #00da6f is #00cc66. Color #00da6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011010 01101111
Octal 0 332 157
Decimal 0 218 111
Hex 0 DA 6F

RGB Percentages of Color #00da6f

%0.00
%66.26
%33.74

CMYK Percentages of Color #00da6f

%100
%0
%49
%15

Triadic Colors of #00da6f

#00da6f #6f00da #da6f00

Analogous Colors of #00da6f

#00da6f #00d8da #00da02

Monochromatic Colors of #00da6f

#00da6f

Complementary Color

#00da6f #da006b

#00da6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00da6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00da6f Color CSS Codes

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

#00da6f Text Font Color

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

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


#00da6f Background Color

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

This div background color is #00da6f


#00da6f Border Color

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

This div border color is #00da6f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,218,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 #00da6f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00da6f


Comments

No comments written yet.

Please login to write comment.