Color Hex Logo

#d0e00c Color Hex

#D0E00C
(208,224,12)
0 Favorites   0 Comments

Color spaces of #d0e00c

RGB 20822412
HSL0.180.900.46
HSV65°95°88°
CMYK 0.070.000.95   0.12
XYZ52.734466.747810.4520
Yxy66.74780.40590.5137
Hunter Lab81.6993-27.757649.6044
CIE-Lab85.3764-26.112483.2120

#d0e00c color RGB value is (208,224,12).

#d0e00c hex color red value is 208, green value is 224 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #d0e00c hue: 0.18 , saturation: 0.90 and the lightness value of d0e00c is 0.46.

The process color (four color CMYK) of #d0e00c color hex is 0.07, 0.00, 0.95, 0.12. Web safe color of #d0e00c is #cccc00. Color #d0e00c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11100000 00001100
Octal 320 340 14
Decimal 208 224 12
Hex D0 E0 C

RGB Percentages of Color #d0e00c

%46.85
%50.45
%2.70

CMYK Percentages of Color #d0e00c

%7
%0
%95
%12

Triadic Colors of #d0e00c

#d0e00c #0cd0e0 #e00cd0

Analogous Colors of #d0e00c

#d0e00c #66e00c #e0860c

Monochromatic Colors of #d0e00c

#d0e00c

Complementary Color

#d0e00c #1c0ce0

#d0e00c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0e00c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0e00c Color CSS Codes

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

#d0e00c Text Font Color

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

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


#d0e00c Background Color

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

This div background color is #d0e00c


#d0e00c Border Color

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

This div border color is #d0e00c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,224,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0e00c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0e00c;
  -webkit-box-shadow: 1px 1px 3px 2px #d0e00c;
  box-shadow:         1px 1px 3px 2px #d0e00c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0e00c


Comments

No comments written yet.

Please login to write comment.