Color Hex Logo

#dde514 Color Hex

#DDE514
(221,229,20)
0 Favorites   0 Comments

Color spaces of #dde514

RGB 22122920
HSL0.170.840.49
HSV62°91°90°
CMYK 0.030.000.91   0.10
XYZ57.964471.461311.4002
Yxy71.46130.41160.5074
Hunter Lab84.5348-25.540851.1786
CIE-Lab87.7086-23.008584.5437

#dde514 color RGB value is (221,229,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100101 00010100
Octal 335 345 24
Decimal 221 229 20
Hex DD E5 14

RGB Percentages of Color #dde514

%47.02
%48.72
%4.26

CMYK Percentages of Color #dde514

%3
%0
%91
%10

Triadic Colors of #dde514

#dde514 #14dde5 #e514dd

Analogous Colors of #dde514

#dde514 #75e514 #e58514

Monochromatic Colors of #dde514

#dde514

Complementary Color

#dde514 #1c14e5

#dde514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde514 Color CSS Codes

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

#dde514 Text Font Color

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

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


#dde514 Background Color

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

This div background color is #dde514


#dde514 Border Color

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

This div border color is #dde514


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde514


Comments

No comments written yet.

Please login to write comment.