Color Hex Logo

#dde08f Color Hex

#DDE08F
(221,224,143)
0 Favorites   0 Comments

Color spaces of #dde08f

RGB 221224143
HSL0.170.570.72
HSV62°36°88°
CMYK 0.010.000.36   0.12
XYZ61.432470.666636.3888
Yxy70.66660.36460.4194
Hunter Lab84.0634-16.665633.1794
CIE-Lab87.3228-13.052339.3503

#dde08f color RGB value is (221,224,143).

#dde08f hex color red value is 221, green value is 224 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dde08f hue: 0.17 , saturation: 0.57 and the lightness value of dde08f is 0.72.

The process color (four color CMYK) of #dde08f color hex is 0.01, 0.00, 0.36, 0.12. Web safe color of #dde08f is #cccc99. Color #dde08f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100000 10001111
Octal 335 340 217
Decimal 221 224 143
Hex DD E0 8F

RGB Percentages of Color #dde08f

%37.59
%38.10
%24.32

CMYK Percentages of Color #dde08f

%1
%0
%36
%12

Triadic Colors of #dde08f

#dde08f #8fdde0 #e08fdd

Analogous Colors of #dde08f

#dde08f #b5e08f #e0bb8f

Monochromatic Colors of #dde08f

#dde08f

Complementary Color

#dde08f #928fe0

#dde08f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde08f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde08f Color CSS Codes

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

#dde08f Text Font Color

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

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


#dde08f Background Color

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

This div background color is #dde08f


#dde08f Border Color

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

This div border color is #dde08f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde08f


Comments

No comments written yet.

Please login to write comment.