color codes Logo

#d0e50d color codes

#D0E50D
(208,229,13)
0 Favorites   0 Comments

Color spaces of #d0e50d

RGB 20822913
HSL0.180.890.47
HSV66°94°90°
CMYK 0.090.000.94   0.10
XYZ54.104469.477610.9397
Yxy69.47760.40220.5165
Hunter Lab83.3532-30.004250.5657
CIE-Lab86.7400-28.462484.1603

#d0e50d color RGB value is (208,229,13).

#d0e50d hex color red value is 208, green value is 229 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #d0e50d hue: 0.18 , saturation: 0.89 and the lightness value of d0e50d is 0.47.

The process color (four color CMYK) of #d0e50d color code is 0.09, 0.00, 0.94, 0.10. Web safe color of #d0e50d is #cccc00. Color #d0e50d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11100101 00001101
Octal 320 345 15
Decimal 208 229 13
Hex D0 E5 D

RGB Percentages of Color #d0e50d

%46.22
%50.89
%2.89

CMYK Percentages of Color #d0e50d

%9
%0
%94
%10

Triadic Colors of #d0e50d

#d0e50d #0dd0e5 #e50dd0

Analogous Colors of #d0e50d

#d0e50d #64e50d #e58e0d

Monochromatic Colors of #d0e50d

#d0e50d

Complementary Color

#d0e50d #220de5

#d0e50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0e50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0e50d Color CSS Codes

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

#d0e50d Text Font Color

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

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


#d0e50d Background Color

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

This div background color is #d0e50d


#d0e50d Border Color

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

This div border color is #d0e50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0e50d


Comments

No comments written yet.

Please login to write comment.