Color Hex Logo

#dde532 Color Hex

#DDE532
(221,229,50)
0 Favorites   0 Comments

Color spaces of #dde532

RGB 22122950
HSL0.170.770.55
HSV63°78°90°
CMYK 0.030.000.78   0.10
XYZ58.413871.641113.7670
Yxy71.64110.40620.4981
Hunter Lab84.6411-24.932749.6051
CIE-Lab87.7956-22.290178.5757

#dde532 color RGB value is (221,229,50).

#dde532 hex color red value is 221, green value is 229 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #dde532 hue: 0.17 , saturation: 0.77 and the lightness value of dde532 is 0.55.

The process color (four color CMYK) of #dde532 color hex is 0.03, 0.00, 0.78, 0.10. Web safe color of #dde532 is #cccc33. Color #dde532 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100101 00110010
Octal 335 345 62
Decimal 221 229 50
Hex DD E5 32

RGB Percentages of Color #dde532

%44.20
%45.80
%10.00

CMYK Percentages of Color #dde532

%3
%0
%78
%10

Triadic Colors of #dde532

#dde532 #32dde5 #e532dd

Analogous Colors of #dde532

#dde532 #84e532 #e59432

Monochromatic Colors of #dde532

#dde532

Complementary Color

#dde532 #3a32e5

#dde532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde532 Color CSS Codes

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

#dde532 Text Font Color

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

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


#dde532 Background Color

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

This div background color is #dde532


#dde532 Border Color

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

This div border color is #dde532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde532


Comments

No comments written yet.

Please login to write comment.