Color Hex Logo

#dde028 Color Hex

#DDE028
(221,224,40)
0 Favorites   0 Comments

Color spaces of #dde028

RGB 22122440
HSL0.170.750.52
HSV61°82°88°
CMYK 0.010.000.82   0.12
XYZ56.857568.836712.2976
Yxy68.83670.41200.4988
Hunter Lab82.9679-22.868649.2895
CIE-Lab86.4231-20.183879.9160

#dde028 color RGB value is (221,224,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100000 00101000
Octal 335 340 50
Decimal 221 224 40
Hex DD E0 28

RGB Percentages of Color #dde028

%45.57
%46.19
%8.25

CMYK Percentages of Color #dde028

%1
%0
%82
%12

Triadic Colors of #dde028

#dde028 #28dde0 #e028dd

Analogous Colors of #dde028

#dde028 #81e028 #e08728

Monochromatic Colors of #dde028

#dde028

Complementary Color

#dde028 #2b28e0

#dde028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde028 Color CSS Codes

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

#dde028 Text Font Color

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

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


#dde028 Background Color

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

This div background color is #dde028


#dde028 Border Color

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

This div border color is #dde028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde028


Comments

No comments written yet.

Please login to write comment.