Color Hex Logo

#dde01e Color Hex

#DDE01E
(221,224,30)
0 Favorites   0 Comments

Color spaces of #dde01e

RGB 22122430
HSL0.170.760.50
HSV61°87°88°
CMYK 0.010.000.87   0.12
XYZ56.708868.777211.5148
Yxy68.77720.41390.5020
Hunter Lab82.9320-23.073049.8202
CIE-Lab86.3936-20.424281.9615

#dde01e color RGB value is (221,224,30).

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

The process color (four color CMYK) of #dde01e color hex is 0.01, 0.00, 0.87, 0.12. Web safe color of #dde01e is #cccc33. Color #dde01e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100000 00011110
Octal 335 340 36
Decimal 221 224 30
Hex DD E0 1E

RGB Percentages of Color #dde01e

%46.53
%47.16
%6.32

CMYK Percentages of Color #dde01e

%1
%0
%87
%12

Triadic Colors of #dde01e

#dde01e #1edde0 #e01edd

Analogous Colors of #dde01e

#dde01e #7ce01e #e0821e

Monochromatic Colors of #dde01e

#dde01e

Complementary Color

#dde01e #211ee0

#dde01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde01e Color CSS Codes

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

#dde01e Text Font Color

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

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


#dde01e Background Color

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

This div background color is #dde01e


#dde01e Border Color

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

This div border color is #dde01e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde01e


Comments

No comments written yet.

Please login to write comment.