Color Hex Logo

#dce064 Color Hex

#DCE064
(220,224,100)
0 Favorites   0 Comments

Color spaces of #dce064

RGB 220224100
HSL0.170.670.64
HSV62°55°88°
CMYK 0.020.000.55   0.12
XYZ58.471169.447122.3795
Yxy69.44710.38900.4621
Hunter Lab83.3349-20.593442.4122
CIE-Lab86.7250-17.536659.0817

#dce064 color RGB value is (220,224,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100000 01100100
Octal 334 340 144
Decimal 220 224 100
Hex DC E0 64

RGB Percentages of Color #dce064

%40.44
%41.18
%18.38

CMYK Percentages of Color #dce064

%2
%0
%55
%12

Triadic Colors of #dce064

#dce064 #64dce0 #e064dc

Analogous Colors of #dce064

#dce064 #9ee064 #e0a664

Monochromatic Colors of #dce064

#dce064

Complementary Color

#dce064 #6864e0

#dce064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce064 Color CSS Codes

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

#dce064 Text Font Color

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

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


#dce064 Background Color

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

This div background color is #dce064


#dce064 Border Color

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

This div border color is #dce064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce064


Comments

No comments written yet.

Please login to write comment.