Color Hex Logo

#dde87d Color Hex

#DDE87D
(221,232,125)
0 Favorites   0 Comments

Color spaces of #dde87d

RGB 221232125
HSL0.180.700.70
HSV66°46°91°
CMYK 0.050.000.46   0.09
XYZ62.377174.566030.5071
Yxy74.56600.37250.4453
Hunter Lab86.3516-22.173739.4996
CIE-Lab89.1893-18.893050.4898

#dde87d color RGB value is (221,232,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101000 01111101
Octal 335 350 175
Decimal 221 232 125
Hex DD E8 7D

RGB Percentages of Color #dde87d

%38.24
%40.14
%21.63

CMYK Percentages of Color #dde87d

%5
%0
%46
%9

Triadic Colors of #dde87d

#dde87d #7ddde8 #e87ddd

Analogous Colors of #dde87d

#dde87d #a8e87d #e8be7d

Monochromatic Colors of #dde87d

#dde87d

Complementary Color

#dde87d #887de8

#dde87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde87d Color CSS Codes

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

#dde87d Text Font Color

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

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


#dde87d Background Color

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

This div background color is #dde87d


#dde87d Border Color

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

This div border color is #dde87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde87d


Comments

No comments written yet.

Please login to write comment.