Color Hex Logo

#dde078 Color Hex

#DDE078
(221,224,120)
0 Favorites   0 Comments

Color spaces of #dde078

RGB 221224120
HSL0.170.630.67
HSV62°46°88°
CMYK 0.010.000.46   0.12
XYZ59.864670.039528.1331
Yxy70.03950.37880.4432
Hunter Lab83.6896-18.772738.6518
CIE-Lab87.0162-15.440450.2299

#dde078 color RGB value is (221,224,120).

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

The process color (four color CMYK) of #dde078 color hex is 0.01, 0.00, 0.46, 0.12. Web safe color of #dde078 is #cccc66. Color #dde078 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100000 01111000
Octal 335 340 170
Decimal 221 224 120
Hex DD E0 78

RGB Percentages of Color #dde078

%39.12
%39.65
%21.24

CMYK Percentages of Color #dde078

%1
%0
%46
%12

Triadic Colors of #dde078

#dde078 #78dde0 #e078dd

Analogous Colors of #dde078

#dde078 #a9e078 #e0af78

Monochromatic Colors of #dde078

#dde078

Complementary Color

#dde078 #7b78e0

#dde078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde078 Color CSS Codes

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

#dde078 Text Font Color

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

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


#dde078 Background Color

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

This div background color is #dde078


#dde078 Border Color

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

This div border color is #dde078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde078


Comments

No comments written yet.

Please login to write comment.