Color Hex Logo

#dde379 Color Hex

#DDE379
(221,227,121)
0 Favorites   0 Comments

Color spaces of #dde379

RGB 221227121
HSL0.180.650.68
HSV63°47°89°
CMYK 0.030.000.47   0.11
XYZ60.739171.690828.7256
Yxy71.69080.37690.4449
Hunter Lab84.6704-20.124639.1543
CIE-Lab87.8195-16.826050.7269

#dde379 color RGB value is (221,227,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100011 01111001
Octal 335 343 171
Decimal 221 227 121
Hex DD E3 79

RGB Percentages of Color #dde379

%38.84
%39.89
%21.27

CMYK Percentages of Color #dde379

%3
%0
%47
%11

Triadic Colors of #dde379

#dde379 #79dde3 #e379dd

Analogous Colors of #dde379

#dde379 #a8e379 #e3b479

Monochromatic Colors of #dde379

#dde379

Complementary Color

#dde379 #7f79e3

#dde379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde379 Color CSS Codes

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

#dde379 Text Font Color

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

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


#dde379 Background Color

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

This div background color is #dde379


#dde379 Border Color

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

This div border color is #dde379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde379


Comments

No comments written yet.

Please login to write comment.