Color Hex Logo

#dde575 Color Hex

#DDE575
(221,229,117)
0 Favorites   0 Comments

Color spaces of #dde575

RGB 221229117
HSL0.180.680.68
HSV64°49°90°
CMYK 0.030.000.49   0.10
XYZ61.049072.695127.6436
Yxy72.69510.37830.4504
Hunter Lab85.2614-21.397740.4599
CIE-Lab88.3021-18.174853.1901

#dde575 color RGB value is (221,229,117).

#dde575 hex color red value is 221, green value is 229 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #dde575 hue: 0.18 , saturation: 0.68 and the lightness value of dde575 is 0.68.

The process color (four color CMYK) of #dde575 color hex is 0.03, 0.00, 0.49, 0.10. Web safe color of #dde575 is #cccc66. Color #dde575 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100101 01110101
Octal 335 345 165
Decimal 221 229 117
Hex DD E5 75

RGB Percentages of Color #dde575

%38.98
%40.39
%20.63

CMYK Percentages of Color #dde575

%3
%0
%49
%10

Triadic Colors of #dde575

#dde575 #75dde5 #e575dd

Analogous Colors of #dde575

#dde575 #a5e575 #e5b575

Monochromatic Colors of #dde575

#dde575

Complementary Color

#dde575 #7d75e5

#dde575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde575 Color CSS Codes

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

#dde575 Text Font Color

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

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


#dde575 Background Color

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

This div background color is #dde575


#dde575 Border Color

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

This div border color is #dde575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde575


Comments

No comments written yet.

Please login to write comment.