Color Hex Logo

#dce99d Color Hex

#DCE99D
(220,233,157)
0 Favorites   0 Comments

Color spaces of #dce99d

RGB 220233157
HSL0.200.630.76
HSV70°33°91°
CMYK 0.060.000.33   0.09
XYZ64.739975.927843.1417
Yxy75.92780.35220.4131
Hunter Lab87.1366-19.868731.6408
CIE-Lab89.8258-16.218135.5626

#dce99d color RGB value is (220,233,157).

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

The process color (four color CMYK) of #dce99d color hex is 0.06, 0.00, 0.33, 0.09. Web safe color of #dce99d is #ccff99. Color #dce99d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101001 10011101
Octal 334 351 235
Decimal 220 233 157
Hex DC E9 9D

RGB Percentages of Color #dce99d

%36.07
%38.20
%25.74

CMYK Percentages of Color #dce99d

%6
%0
%33
%9

Triadic Colors of #dce99d

#dce99d #9ddce9 #e99ddc

Analogous Colors of #dce99d

#dce99d #b6e99d #e9d09d

Monochromatic Colors of #dce99d

#dce99d

Complementary Color

#dce99d #aa9de9

#dce99d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce99d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce99d Color CSS Codes

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

#dce99d Text Font Color

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

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


#dce99d Background Color

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

This div background color is #dce99d


#dce99d Border Color

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

This div border color is #dce99d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,233,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 #dce99d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce99d


Comments

No comments written yet.

Please login to write comment.