Color Hex Logo

#dde053 Color Hex

#DDE053
(221,224,83)
0 Favorites   0 Comments

Color spaces of #dde053

RGB 22122483
HSL0.170.690.60
HSV61°63°88°
CMYK 0.010.000.63   0.12
XYZ58.035869.308018.5026
Yxy69.30800.39790.4752
Hunter Lab83.2514-21.255045.0988
CIE-Lab86.6563-18.298766.2155

#dde053 color RGB value is (221,224,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100000 01010011
Octal 335 340 123
Decimal 221 224 83
Hex DD E0 53

RGB Percentages of Color #dde053

%41.86
%42.42
%15.72

CMYK Percentages of Color #dde053

%1
%0
%63
%12

Triadic Colors of #dde053

#dde053 #53dde0 #e053dd

Analogous Colors of #dde053

#dde053 #97e053 #e09d53

Monochromatic Colors of #dde053

#dde053

Complementary Color

#dde053 #5653e0

#dde053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde053 Color CSS Codes

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

#dde053 Text Font Color

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

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


#dde053 Background Color

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

This div background color is #dde053


#dde053 Border Color

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

This div border color is #dde053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde053


Comments

No comments written yet.

Please login to write comment.