Color Hex Logo

#dde47a Color Hex

#DDE47A
(221,228,122)
0 Favorites   0 Comments

Color spaces of #dde47a

RGB 221228122
HSL0.180.660.69
HSV64°46°89°
CMYK 0.030.000.46   0.11
XYZ61.075072.264129.1417
Yxy72.26410.37590.4448
Hunter Lab85.0083-20.519539.1806
CIE-Lab88.0956-17.223350.5864

#dde47a color RGB value is (221,228,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100100 01111010
Octal 335 344 172
Decimal 221 228 122
Hex DD E4 7A

RGB Percentages of Color #dde47a

%38.70
%39.93
%21.37

CMYK Percentages of Color #dde47a

%3
%0
%46
%11

Triadic Colors of #dde47a

#dde47a #7adde4 #e47add

Analogous Colors of #dde47a

#dde47a #a8e47a #e4b67a

Monochromatic Colors of #dde47a

#dde47a

Complementary Color

#dde47a #817ae4

#dde47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde47a Color CSS Codes

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

#dde47a Text Font Color

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

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


#dde47a Background Color

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

This div background color is #dde47a


#dde47a Border Color

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

This div border color is #dde47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde47a


Comments

No comments written yet.

Please login to write comment.