Color Hex Logo

#dce476 Color Hex

#DCE476
(220,228,118)
0 Favorites   0 Comments

Color spaces of #dce476

RGB 220228118
HSL0.180.670.68
HSV64°48°89°
CMYK 0.040.000.48   0.11
XYZ60.528672.010527.8488
Yxy72.01050.37740.4490
Hunter Lab84.8590-21.182039.9437
CIE-Lab87.9736-17.988352.3112

#dce476 color RGB value is (220,228,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100100 01110110
Octal 334 344 166
Decimal 220 228 118
Hex DC E4 76

RGB Percentages of Color #dce476

%38.87
%40.28
%20.85

CMYK Percentages of Color #dce476

%4
%0
%48
%11

Triadic Colors of #dce476

#dce476 #76dce4 #e476dc

Analogous Colors of #dce476

#dce476 #a5e476 #e4b576

Monochromatic Colors of #dce476

#dce476

Complementary Color

#dce476 #7e76e4

#dce476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce476 Color CSS Codes

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

#dce476 Text Font Color

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

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


#dce476 Background Color

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

This div background color is #dce476


#dce476 Border Color

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

This div border color is #dce476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce476


Comments

No comments written yet.

Please login to write comment.