Color Hex Logo

#dce69d Color Hex

#DCE69D
(220,230,157)
0 Favorites   0 Comments

Color spaces of #dce69d

RGB 220230157
HSL0.190.590.76
HSV68°32°90°
CMYK 0.040.000.32   0.10
XYZ63.897874.243642.8610
Yxy74.24360.35300.4102
Hunter Lab86.1647-18.416730.8226
CIE-Lab89.0375-14.736034.5227

#dce69d color RGB value is (220,230,157).

#dce69d hex color red value is 220, green value is 230 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dce69d hue: 0.19 , saturation: 0.59 and the lightness value of dce69d is 0.76.

The process color (four color CMYK) of #dce69d color hex is 0.04, 0.00, 0.32, 0.10. Web safe color of #dce69d is #ccff99. Color #dce69d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 10011101
Octal 334 346 235
Decimal 220 230 157
Hex DC E6 9D

RGB Percentages of Color #dce69d

%36.24
%37.89
%25.86

CMYK Percentages of Color #dce69d

%4
%0
%32
%10

Triadic Colors of #dce69d

#dce69d #9ddce6 #e69ddc

Analogous Colors of #dce69d

#dce69d #b8e69d #e6cc9d

Monochromatic Colors of #dce69d

#dce69d

Complementary Color

#dce69d #a79de6

#dce69d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce69d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce69d Color CSS Codes

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

#dce69d Text Font Color

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

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


#dce69d Background Color

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

This div background color is #dce69d


#dce69d Border Color

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

This div border color is #dce69d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,230,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dce69d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dce69d;
  -webkit-box-shadow: 1px 1px 3px 2px #dce69d;
  box-shadow:         1px 1px 3px 2px #dce69d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,230,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce69d


Comments

No comments written yet.

Please login to write comment.