Color Hex Logo

#dde475 Color Hex

#DDE475
(221,228,117)
0 Favorites   0 Comments

Color spaces of #dde475

RGB 221228117
HSL0.180.670.68
HSV64°49°89°
CMYK 0.030.000.49   0.11
XYZ60.773172.143327.5516
Yxy72.14330.37870.4496
Hunter Lab84.9372-20.922340.2238
CIE-Lab88.0375-17.685252.8745

#dde475 color RGB value is (221,228,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100100 01110101
Octal 335 344 165
Decimal 221 228 117
Hex DD E4 75

RGB Percentages of Color #dde475

%39.05
%40.28
%20.67

CMYK Percentages of Color #dde475

%3
%0
%49
%11

Triadic Colors of #dde475

#dde475 #75dde4 #e475dd

Analogous Colors of #dde475

#dde475 #a6e475 #e4b475

Monochromatic Colors of #dde475

#dde475

Complementary Color

#dde475 #7c75e4

#dde475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde475 Color CSS Codes

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

#dde475 Text Font Color

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

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


#dde475 Background Color

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

This div background color is #dde475


#dde475 Border Color

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

This div border color is #dde475


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,228,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 #dde475">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde475


Comments

No comments written yet.

Please login to write comment.