Color Hex Logo

#dce561 Color Hex

#DCE561
(220,229,97)
0 Favorites   0 Comments

Color spaces of #dce561

RGB 22022997
HSL0.180.720.64
HSV64°58°90°
CMYK 0.040.000.58   0.10
XYZ59.692272.117322.0832
Yxy72.11730.38790.4686
Hunter Lab84.9219-23.144444.0275
CIE-Lab88.0250-20.200461.8464

#dce561 color RGB value is (220,229,97).

#dce561 hex color red value is 220, green value is 229 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #dce561 hue: 0.18 , saturation: 0.72 and the lightness value of dce561 is 0.64.

The process color (four color CMYK) of #dce561 color hex is 0.04, 0.00, 0.58, 0.10. Web safe color of #dce561 is #cccc66. Color #dce561 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100101 01100001
Octal 334 345 141
Decimal 220 229 97
Hex DC E5 61

RGB Percentages of Color #dce561

%40.29
%41.94
%17.77

CMYK Percentages of Color #dce561

%4
%0
%58
%10

Triadic Colors of #dce561

#dce561 #61dce5 #e561dc

Analogous Colors of #dce561

#dce561 #9ae561 #e5ac61

Monochromatic Colors of #dce561

#dce561

Complementary Color

#dce561 #6a61e5

#dce561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce561 Color CSS Codes

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

#dce561 Text Font Color

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

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


#dce561 Background Color

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

This div background color is #dce561


#dce561 Border Color

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

This div border color is #dce561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce561


Comments

No comments written yet.

Please login to write comment.