Color Hex Logo

#dce88d Color Hex

#DCE88D
(220,232,141)
0 Favorites   0 Comments

Color spaces of #dce88d

RGB 220232141
HSL0.190.660.73
HSV68°39°91°
CMYK 0.050.000.39   0.09
XYZ63.179574.852036.3173
Yxy74.85200.36240.4293
Hunter Lab86.5171-21.054335.6737
CIE-Lab89.3236-17.616842.8910

#dce88d color RGB value is (220,232,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101000 10001101
Octal 334 350 215
Decimal 220 232 141
Hex DC E8 8D

RGB Percentages of Color #dce88d

%37.10
%39.12
%23.78

CMYK Percentages of Color #dce88d

%5
%0
%39
%9

Triadic Colors of #dce88d

#dce88d #8ddce8 #e88ddc

Analogous Colors of #dce88d

#dce88d #afe88d #e8c78d

Monochromatic Colors of #dce88d

#dce88d

Complementary Color

#dce88d #998de8

#dce88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce88d Color CSS Codes

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

#dce88d Text Font Color

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

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


#dce88d Background Color

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

This div background color is #dce88d


#dce88d Border Color

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

This div border color is #dce88d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce88d


Comments

No comments written yet.

Please login to write comment.