Color Hex Logo

#dce17d Color Hex

#DCE17D
(220,225,125)
0 Favorites   0 Comments

Color spaces of #dce17d

RGB 220225125
HSL0.180.630.69
HSV63°44°88°
CMYK 0.020.000.44   0.12
XYZ60.142170.546729.8491
Yxy70.54670.37460.4394
Hunter Lab83.9921-19.172137.7240
CIE-Lab87.2643-15.848448.1186

#dce17d color RGB value is (220,225,125).

#dce17d hex color red value is 220, green value is 225 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dce17d hue: 0.18 , saturation: 0.63 and the lightness value of dce17d is 0.69.

The process color (four color CMYK) of #dce17d color hex is 0.02, 0.00, 0.44, 0.12. Web safe color of #dce17d is #cccc66. Color #dce17d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 01111101
Octal 334 341 175
Decimal 220 225 125
Hex DC E1 7D

RGB Percentages of Color #dce17d

%38.60
%39.47
%21.93

CMYK Percentages of Color #dce17d

%2
%0
%44
%12

Triadic Colors of #dce17d

#dce17d #7ddce1 #e17ddc

Analogous Colors of #dce17d

#dce17d #aae17d #e1b47d

Monochromatic Colors of #dce17d

#dce17d

Complementary Color

#dce17d #827de1

#dce17d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce17d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce17d Color CSS Codes

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

#dce17d Text Font Color

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

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


#dce17d Background Color

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

This div background color is #dce17d


#dce17d Border Color

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

This div border color is #dce17d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce17d


Comments

No comments written yet.

Please login to write comment.