Color Hex Logo

#dde005 Color Hex

#DDE005
(221,224,5)
0 Favorites   0 Comments

Color spaces of #dde005

RGB 2212245
HSL0.170.960.45
HSV61°98°88°
CMYK 0.010.000.98   0.12
XYZ56.501868.694410.4250
Yxy68.69440.41660.5065
Hunter Lab82.8821-23.357950.5599
CIE-Lab86.3525-20.759884.9738

#dde005 color RGB value is (221,224,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100000 00000101
Octal 335 340 5
Decimal 221 224 5
Hex DD E0 5

RGB Percentages of Color #dde005

%49.11
%49.78
%1.11

CMYK Percentages of Color #dde005

%1
%0
%98
%12

Triadic Colors of #dde005

#dde005 #05dde0 #e005dd

Analogous Colors of #dde005

#dde005 #70e005 #e07605

Monochromatic Colors of #dde005

#dde005

Complementary Color

#dde005 #0805e0

#dde005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde005 Color CSS Codes

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

#dde005 Text Font Color

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

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


#dde005 Background Color

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

This div background color is #dde005


#dde005 Border Color

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

This div border color is #dde005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde005


Comments

No comments written yet.

Please login to write comment.