Color Hex Logo

#dde052 Color Hex

#DDE052
(221,224,82)
0 Favorites   0 Comments

Color spaces of #dde052

RGB 22122482
HSL0.170.700.60
HSV61°63°88°
CMYK 0.010.000.63   0.12
XYZ57.997469.292718.3007
Yxy69.29270.39840.4759
Hunter Lab83.2422-21.307545.2347
CIE-Lab86.6488-18.359766.6069

#dde052 color RGB value is (221,224,82).

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

The process color (four color CMYK) of #dde052 color hex is 0.01, 0.00, 0.63, 0.12. Web safe color of #dde052 is #cccc66. Color #dde052 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100000 01010010
Octal 335 340 122
Decimal 221 224 82
Hex DD E0 52

RGB Percentages of Color #dde052

%41.94
%42.50
%15.56

CMYK Percentages of Color #dde052

%1
%0
%63
%12

Triadic Colors of #dde052

#dde052 #52dde0 #e052dd

Analogous Colors of #dde052

#dde052 #96e052 #e09c52

Monochromatic Colors of #dde052

#dde052

Complementary Color

#dde052 #5552e0

#dde052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde052 Color CSS Codes

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

#dde052 Text Font Color

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

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


#dde052 Background Color

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

This div background color is #dde052


#dde052 Border Color

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

This div border color is #dde052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde052


Comments

No comments written yet.

Please login to write comment.