Color Hex Logo

#dce478 Color Hex

#DCE478
(220,228,120)
0 Favorites   0 Comments

Color spaces of #dce478

RGB 220228120
HSL0.180.670.68
HSV64°47°89°
CMYK 0.040.000.47   0.11
XYZ60.648872.058528.4815
Yxy72.05850.37630.4470
Hunter Lab84.8873-21.021139.5280
CIE-Lab87.9967-17.803351.3968

#dce478 color RGB value is (220,228,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100100 01111000
Octal 334 344 170
Decimal 220 228 120
Hex DC E4 78

RGB Percentages of Color #dce478

%38.73
%40.14
%21.13

CMYK Percentages of Color #dce478

%4
%0
%47
%11

Triadic Colors of #dce478

#dce478 #78dce4 #e478dc

Analogous Colors of #dce478

#dce478 #a6e478 #e4b678

Monochromatic Colors of #dce478

#dce478

Complementary Color

#dce478 #8078e4

#dce478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce478 Color CSS Codes

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

#dce478 Text Font Color

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

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


#dce478 Background Color

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

This div background color is #dce478


#dce478 Border Color

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

This div border color is #dce478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce478


Comments

No comments written yet.

Please login to write comment.