Color Hex Logo

#dde016 Color Hex

#DDE016
(221,224,22)
0 Favorites   0 Comments

Color spaces of #dde016

RGB 22122422
HSL0.170.820.48
HSV61°90°88°
CMYK 0.010.000.90   0.12
XYZ56.619368.741411.0433
Yxy68.74140.41510.5040
Hunter Lab82.9104-23.196150.1401
CIE-Lab86.3758-20.569183.2399

#dde016 color RGB value is (221,224,22).

#dde016 hex color red value is 221, green value is 224 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #dde016 hue: 0.17 , saturation: 0.82 and the lightness value of dde016 is 0.48.

The process color (four color CMYK) of #dde016 color hex is 0.01, 0.00, 0.90, 0.12. Web safe color of #dde016 is #cccc00. Color #dde016 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100000 00010110
Octal 335 340 26
Decimal 221 224 22
Hex DD E0 16

RGB Percentages of Color #dde016

%47.32
%47.97
%4.71

CMYK Percentages of Color #dde016

%1
%0
%90
%12

Triadic Colors of #dde016

#dde016 #16dde0 #e016dd

Analogous Colors of #dde016

#dde016 #78e016 #e07e16

Monochromatic Colors of #dde016

#dde016

Complementary Color

#dde016 #1916e0

#dde016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde016 Color CSS Codes

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

#dde016 Text Font Color

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

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


#dde016 Background Color

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

This div background color is #dde016


#dde016 Border Color

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

This div border color is #dde016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde016


Comments

No comments written yet.

Please login to write comment.