Color Hex Logo

#dce47f Color Hex

#DCE47F
(220,228,127)
0 Favorites   0 Comments

Color spaces of #dce47f

RGB 220228127
HSL0.180.650.70
HSV65°44°89°
CMYK 0.040.000.44   0.11
XYZ61.089472.234830.8016
Yxy72.23480.37220.4401
Hunter Lab84.9911-20.433138.0065
CIE-Lab88.0815-17.128748.1600

#dce47f color RGB value is (220,228,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100100 01111111
Octal 334 344 177
Decimal 220 228 127
Hex DC E4 7F

RGB Percentages of Color #dce47f

%38.26
%39.65
%22.09

CMYK Percentages of Color #dce47f

%4
%0
%44
%11

Triadic Colors of #dce47f

#dce47f #7fdce4 #e47fdc

Analogous Colors of #dce47f

#dce47f #aae47f #e4ba7f

Monochromatic Colors of #dce47f

#dce47f

Complementary Color

#dce47f #877fe4

#dce47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce47f Color CSS Codes

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

#dce47f Text Font Color

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

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


#dce47f Background Color

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

This div background color is #dce47f


#dce47f Border Color

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

This div border color is #dce47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce47f


Comments

No comments written yet.

Please login to write comment.