Color Hex Logo

#dce57e Color Hex

#DCE57E
(220,229,126)
0 Favorites   0 Comments

Color spaces of #dce57e

RGB 220229126
HSL0.180.660.70
HSV65°45°90°
CMYK 0.040.000.45   0.10
XYZ61.300472.760630.5520
Yxy72.76060.37240.4420
Hunter Lab85.2998-20.996338.4739
CIE-Lab88.3334-17.718448.9500

#dce57e color RGB value is (220,229,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100101 01111110
Octal 334 345 176
Decimal 220 229 126
Hex DC E5 7E

RGB Percentages of Color #dce57e

%38.26
%39.83
%21.91

CMYK Percentages of Color #dce57e

%4
%0
%45
%10

Triadic Colors of #dce57e

#dce57e #7edce5 #e57edc

Analogous Colors of #dce57e

#dce57e #a9e57e #e5bb7e

Monochromatic Colors of #dce57e

#dce57e

Complementary Color

#dce57e #877ee5

#dce57e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce57e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce57e Color CSS Codes

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

#dce57e Text Font Color

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

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


#dce57e Background Color

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

This div background color is #dce57e


#dce57e Border Color

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

This div border color is #dce57e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce57e


Comments

No comments written yet.

Please login to write comment.