Color Hex Logo

#dde071 Color Hex

#DDE071
(221,224,113)
0 Favorites   0 Comments

Color spaces of #dde071

RGB 221224113
HSL0.170.640.66
HSV62°50°88°
CMYK 0.010.000.50   0.12
XYZ59.455169.875725.9765
Yxy69.87570.38280.4499
Hunter Lab83.5917-19.326240.0895
CIE-Lab86.9359-16.073453.4332

#dde071 color RGB value is (221,224,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100000 01110001
Octal 335 340 161
Decimal 221 224 113
Hex DD E0 71

RGB Percentages of Color #dde071

%39.61
%40.14
%20.25

CMYK Percentages of Color #dde071

%1
%0
%50
%12

Triadic Colors of #dde071

#dde071 #71dde0 #e071dd

Analogous Colors of #dde071

#dde071 #a6e071 #e0ac71

Monochromatic Colors of #dde071

#dde071

Complementary Color

#dde071 #7471e0

#dde071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde071 Color CSS Codes

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

#dde071 Text Font Color

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

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


#dde071 Background Color

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

This div background color is #dde071


#dde071 Border Color

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

This div border color is #dde071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde071


Comments

No comments written yet.

Please login to write comment.