Color Hex Logo

#dde09d Color Hex

#DDE09D
(221,224,157)
0 Favorites   0 Comments

Color spaces of #dde09d

RGB 221224157
HSL0.170.520.75
HSV63°30°88°
CMYK 0.010.000.30   0.12
XYZ62.560371.117842.3281
Yxy71.11780.35540.4041
Hunter Lab84.3314-15.161629.2728
CIE-Lab87.5422-11.368532.5547

#dde09d color RGB value is (221,224,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100000 10011101
Octal 335 340 235
Decimal 221 224 157
Hex DD E0 9D

RGB Percentages of Color #dde09d

%36.71
%37.21
%26.08

CMYK Percentages of Color #dde09d

%1
%0
%30
%12

Triadic Colors of #dde09d

#dde09d #9ddde0 #e09ddd

Analogous Colors of #dde09d

#dde09d #bce09d #e0c29d

Monochromatic Colors of #dde09d

#dde09d

Complementary Color

#dde09d #a09de0

#dde09d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde09d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde09d Color CSS Codes

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

#dde09d Text Font Color

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

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


#dde09d Background Color

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

This div background color is #dde09d


#dde09d Border Color

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

This div border color is #dde09d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde09d


Comments

No comments written yet.

Please login to write comment.