Color Hex Logo

#dde50c Color Hex

#DDE50C
(221,229,12)
0 Favorites   0 Comments

Color spaces of #dde50c

RGB 22122912
HSL0.170.900.47
HSV62°95°90°
CMYK 0.030.000.95   0.10
XYZ57.904571.437311.0847
Yxy71.43730.41230.5087
Hunter Lab84.5206-25.621951.3887
CIE-Lab87.6970-23.104685.4014

#dde50c color RGB value is (221,229,12).

#dde50c hex color red value is 221, green value is 229 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dde50c hue: 0.17 , saturation: 0.90 and the lightness value of dde50c is 0.47.

The process color (four color CMYK) of #dde50c color hex is 0.03, 0.00, 0.95, 0.10. Web safe color of #dde50c is #cccc00. Color #dde50c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100101 00001100
Octal 335 345 14
Decimal 221 229 12
Hex DD E5 C

RGB Percentages of Color #dde50c

%47.84
%49.57
%2.60

CMYK Percentages of Color #dde50c

%3
%0
%95
%10

Triadic Colors of #dde50c

#dde50c #0cdde5 #e50cdd

Analogous Colors of #dde50c

#dde50c #71e50c #e5810c

Monochromatic Colors of #dde50c

#dde50c

Complementary Color

#dde50c #140ce5

#dde50c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde50c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde50c Color CSS Codes

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

#dde50c Text Font Color

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

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


#dde50c Background Color

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

This div background color is #dde50c


#dde50c Border Color

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

This div border color is #dde50c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,229,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 #dde50c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde50c


Comments

No comments written yet.

Please login to write comment.