Color Hex Logo

#d0dd19 Color Hex

#D0DD19
(208,221,25)
0 Favorites   0 Comments

Color spaces of #d0dd19

RGB 20822125
HSL0.180.800.48
HSV64°89°87°
CMYK 0.060.000.89   0.13
XYZ52.044365.193010.7602
Yxy65.19300.40660.5093
Hunter Lab80.7422-26.242448.6182
CIE-Lab84.5831-24.492980.9528

#d0dd19 color RGB value is (208,221,25).

#d0dd19 hex color red value is 208, green value is 221 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #d0dd19 hue: 0.18 , saturation: 0.80 and the lightness value of d0dd19 is 0.48.

The process color (four color CMYK) of #d0dd19 color hex is 0.06, 0.00, 0.89, 0.13. Web safe color of #d0dd19 is #cccc00. Color #d0dd19 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011101 00011001
Octal 320 335 31
Decimal 208 221 25
Hex D0 DD 19

RGB Percentages of Color #d0dd19

%45.81
%48.68
%5.51

CMYK Percentages of Color #d0dd19

%6
%0
%89
%13

Triadic Colors of #d0dd19

#d0dd19 #19d0dd #dd19d0

Analogous Colors of #d0dd19

#d0dd19 #6edd19 #dd8819

Monochromatic Colors of #d0dd19

#d0dd19

Complementary Color

#d0dd19 #2619dd

#d0dd19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0dd19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0dd19 Color CSS Codes

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

#d0dd19 Text Font Color

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

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


#d0dd19 Background Color

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

This div background color is #d0dd19


#d0dd19 Border Color

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

This div border color is #d0dd19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0dd19


Comments

No comments written yet.

Please login to write comment.