Color Hex Logo

#dce47d Color Hex

#DCE47D
(220,228,125)
0 Favorites   0 Comments

Color spaces of #dce47d

RGB 220228125
HSL0.180.660.69
HSV65°45°89°
CMYK 0.040.000.45   0.11
XYZ60.960372.183130.1218
Yxy72.18310.37340.4421
Hunter Lab84.9606-20.605238.4519
CIE-Lab88.0566-17.325849.0903

#dce47d color RGB value is (220,228,125).

#dce47d hex color red value is 220, green value is 228 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dce47d hue: 0.18 , saturation: 0.66 and the lightness value of dce47d is 0.69.

The process color (four color CMYK) of #dce47d color hex is 0.04, 0.00, 0.45, 0.11. Web safe color of #dce47d is #cccc66. Color #dce47d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100100 01111101
Octal 334 344 175
Decimal 220 228 125
Hex DC E4 7D

RGB Percentages of Color #dce47d

%38.39
%39.79
%21.82

CMYK Percentages of Color #dce47d

%4
%0
%45
%11

Triadic Colors of #dce47d

#dce47d #7ddce4 #e47ddc

Analogous Colors of #dce47d

#dce47d #a9e47d #e4b97d

Monochromatic Colors of #dce47d

#dce47d

Complementary Color

#dce47d #857de4

#dce47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce47d Color CSS Codes

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

#dce47d Text Font Color

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

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


#dce47d Background Color

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

This div background color is #dce47d


#dce47d Border Color

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

This div border color is #dce47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce47d


Comments

No comments written yet.

Please login to write comment.