Color Hex Logo

#dde47f Color Hex

#DDE47F
(221,228,127)
0 Favorites   0 Comments

Color spaces of #dde47f

RGB 221228127
HSL0.180.650.70
HSV64°44°89°
CMYK 0.030.000.44   0.11
XYZ61.393072.391330.8158
Yxy72.39130.37300.4398
Hunter Lab85.0831-20.096038.0842
CIE-Lab88.1566-16.738948.2693

#dde47f color RGB value is (221,228,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100100 01111111
Octal 335 344 177
Decimal 221 228 127
Hex DD E4 7F

RGB Percentages of Color #dde47f

%38.37
%39.58
%22.05

CMYK Percentages of Color #dde47f

%3
%0
%44
%11

Triadic Colors of #dde47f

#dde47f #7fdde4 #e47fdd

Analogous Colors of #dde47f

#dde47f #abe47f #e4b97f

Monochromatic Colors of #dde47f

#dde47f

Complementary Color

#dde47f #867fe4

#dde47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde47f Color CSS Codes

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

#dde47f Text Font Color

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

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


#dde47f Background Color

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

This div background color is #dde47f


#dde47f Border Color

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

This div border color is #dde47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde47f


Comments

No comments written yet.

Please login to write comment.