Color Hex Logo

#dde476 Color Hex

#DDE476
(221,228,118)
0 Favorites   0 Comments

Color spaces of #dde476

RGB 221228118
HSL0.180.670.68
HSV64°48°89°
CMYK 0.030.000.48   0.11
XYZ60.832272.167027.8630
Yxy72.16700.37820.4486
Hunter Lab84.9512-20.843540.0194
CIE-Lab88.0489-17.594752.4194

#dde476 color RGB value is (221,228,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100100 01110110
Octal 335 344 166
Decimal 221 228 118
Hex DD E4 76

RGB Percentages of Color #dde476

%38.98
%40.21
%20.81

CMYK Percentages of Color #dde476

%3
%0
%48
%11

Triadic Colors of #dde476

#dde476 #76dde4 #e476dd

Analogous Colors of #dde476

#dde476 #a6e476 #e4b476

Monochromatic Colors of #dde476

#dde476

Complementary Color

#dde476 #7d76e4

#dde476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde476 Color CSS Codes

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

#dde476 Text Font Color

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

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


#dde476 Background Color

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

This div background color is #dde476


#dde476 Border Color

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

This div border color is #dde476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde476


Comments

No comments written yet.

Please login to write comment.