Color Hex Logo

#dce06d Color Hex

#DCE06D
(220,224,109)
0 Favorites   0 Comments

Color spaces of #dce06d

RGB 220224109
HSL0.170.650.65
HSV62°51°88°
CMYK 0.020.000.51   0.12
XYZ58.931269.631124.8021
Yxy69.63110.38430.4540
Hunter Lab83.4453-19.967940.7891
CIE-Lab86.8156-16.814855.1241

#dce06d color RGB value is (220,224,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100000 01101101
Octal 334 340 155
Decimal 220 224 109
Hex DC E0 6D

RGB Percentages of Color #dce06d

%39.78
%40.51
%19.71

CMYK Percentages of Color #dce06d

%2
%0
%51
%12

Triadic Colors of #dce06d

#dce06d #6ddce0 #e06ddc

Analogous Colors of #dce06d

#dce06d #a3e06d #e0ab6d

Monochromatic Colors of #dce06d

#dce06d

Complementary Color

#dce06d #716de0

#dce06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce06d Color CSS Codes

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

#dce06d Text Font Color

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

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


#dce06d Background Color

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

This div background color is #dce06d


#dce06d Border Color

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

This div border color is #dce06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce06d


Comments

No comments written yet.

Please login to write comment.