Color Hex Logo

#dde86d Color Hex

#DDE86D
(221,232,109)
0 Favorites   0 Comments

Color spaces of #dde86d

RGB 221232109
HSL0.180.730.67
HSV65°53°91°
CMYK 0.050.000.53   0.09
XYZ61.435774.189525.5500
Yxy74.18950.38120.4603
Hunter Lab86.1333-23.415942.7059
CIE-Lab89.0120-20.325657.6953

#dde86d color RGB value is (221,232,109).

#dde86d hex color red value is 221, green value is 232 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #dde86d hue: 0.18 , saturation: 0.73 and the lightness value of dde86d is 0.67.

The process color (four color CMYK) of #dde86d color hex is 0.05, 0.00, 0.53, 0.09. Web safe color of #dde86d is #ccff66. Color #dde86d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101000 01101101
Octal 335 350 155
Decimal 221 232 109
Hex DD E8 6D

RGB Percentages of Color #dde86d

%39.32
%41.28
%19.40

CMYK Percentages of Color #dde86d

%5
%0
%53
%9

Triadic Colors of #dde86d

#dde86d #6ddde8 #e86ddd

Analogous Colors of #dde86d

#dde86d #a0e86d #e8b66d

Monochromatic Colors of #dde86d

#dde86d

Complementary Color

#dde86d #786de8

#dde86d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde86d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde86d Color CSS Codes

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

#dde86d Text Font Color

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

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


#dde86d Background Color

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

This div background color is #dde86d


#dde86d Border Color

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

This div border color is #dde86d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde86d


Comments

No comments written yet.

Please login to write comment.