Color Hex Logo

#dce16c Color Hex

#DCE16C
(220,225,108)
0 Favorites   0 Comments

Color spaces of #dce16c

RGB 220225108
HSL0.170.660.65
HSV63°52°88°
CMYK 0.020.000.52   0.12
XYZ59.147270.148824.6100
Yxy70.14880.38430.4558
Hunter Lab83.7549-20.515441.2070
CIE-Lab87.0698-17.390255.8785

#dce16c color RGB value is (220,225,108).

#dce16c hex color red value is 220, green value is 225 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #dce16c hue: 0.17 , saturation: 0.66 and the lightness value of dce16c is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 01101100
Octal 334 341 154
Decimal 220 225 108
Hex DC E1 6C

RGB Percentages of Color #dce16c

%39.78
%40.69
%19.53

CMYK Percentages of Color #dce16c

%2
%0
%52
%12

Triadic Colors of #dce16c

#dce16c #6cdce1 #e16cdc

Analogous Colors of #dce16c

#dce16c #a2e16c #e1ac6c

Monochromatic Colors of #dce16c

#dce16c

Complementary Color

#dce16c #716ce1

#dce16c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce16c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce16c Color CSS Codes

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

#dce16c Text Font Color

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

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


#dce16c Background Color

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

This div background color is #dce16c


#dce16c Border Color

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

This div border color is #dce16c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce16c


Comments

No comments written yet.

Please login to write comment.