Color Hex Logo

#dce98d Color Hex

#DCE98D
(220,233,141)
0 Favorites   0 Comments

Color spaces of #dce98d

RGB 220233141
HSL0.190.680.73
HSV68°39°91°
CMYK 0.060.000.39   0.09
XYZ63.461875.416636.4114
Yxy75.41660.36200.4302
Hunter Lab86.8427-21.532935.9308
CIE-Lab89.5878-18.106443.2267

#dce98d color RGB value is (220,233,141).

#dce98d hex color red value is 220, green value is 233 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dce98d hue: 0.19 , saturation: 0.68 and the lightness value of dce98d is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101001 10001101
Octal 334 351 215
Decimal 220 233 141
Hex DC E9 8D

RGB Percentages of Color #dce98d

%37.04
%39.23
%23.74

CMYK Percentages of Color #dce98d

%6
%0
%39
%9

Triadic Colors of #dce98d

#dce98d #8ddce9 #e98ddc

Analogous Colors of #dce98d

#dce98d #aee98d #e9c88d

Monochromatic Colors of #dce98d

#dce98d

Complementary Color

#dce98d #9a8de9

#dce98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce98d Color CSS Codes

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

#dce98d Text Font Color

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

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


#dce98d Background Color

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

This div background color is #dce98d


#dce98d Border Color

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

This div border color is #dce98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce98d


Comments

No comments written yet.

Please login to write comment.