Color Hex Logo

#00d010 Color Hex

#00D010
(0,208,16)
0 Favorites   0 Comments

Color spaces of #00d010

RGB 020816
HSL0.351.000.41
HSV125°100°82°
CMYK 1.000.000.92   0.18
XYZ22.649445.14928.0111
Yxy45.14920.29880.5956
Hunter Lab67.1932-57.419439.9664
CIE-Lab72.9900-73.591269.6253

#00d010 color RGB value is (0,208,16).

#00d010 hex color red value is 0, green value is 208 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #00d010 hue: 0.35 , saturation: 1.00 and the lightness value of 00d010 is 0.41.

The process color (four color CMYK) of #00d010 color hex is 1.00, 0.00, 0.92, 0.18. Web safe color of #00d010 is #00cc00. Color #00d010 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11010000 00010000
Octal 0 320 20
Decimal 0 208 16
Hex 0 D0 10

RGB Percentages of Color #00d010

%0.00
%92.86
%7.14

CMYK Percentages of Color #00d010

%100
%0
%92
%18

Triadic Colors of #00d010

#00d010 #1000d0 #d01000

Analogous Colors of #00d010

#00d010 #00d078 #58d000

Monochromatic Colors of #00d010

#00d010

Complementary Color

#00d010 #d000c0

#00d010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00d010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#00d010 Color CSS Codes

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

#00d010 Text Font Color

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

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


#00d010 Background Color

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

This div background color is #00d010


#00d010 Border Color

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

This div border color is #00d010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00d010


Comments

No comments written yet.

Please login to write comment.