Color Hex Logo

#dce062 Color Hex

#DCE062
(220,224,98)
0 Favorites   0 Comments

Color spaces of #dce062

RGB 22022498
HSL0.170.670.63
HSV62°56°88°
CMYK 0.020.000.56   0.12
XYZ58.375569.408821.8758
Yxy69.40880.39010.4638
Hunter Lab83.3119-20.723542.7502
CIE-Lab86.7061-17.687159.9414

#dce062 color RGB value is (220,224,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100000 01100010
Octal 334 340 142
Decimal 220 224 98
Hex DC E0 62

RGB Percentages of Color #dce062

%40.59
%41.33
%18.08

CMYK Percentages of Color #dce062

%2
%0
%56
%12

Triadic Colors of #dce062

#dce062 #62dce0 #e062dc

Analogous Colors of #dce062

#dce062 #9de062 #e0a562

Monochromatic Colors of #dce062

#dce062

Complementary Color

#dce062 #6662e0

#dce062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce062 Color CSS Codes

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

#dce062 Text Font Color

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

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


#dce062 Background Color

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

This div background color is #dce062


#dce062 Border Color

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

This div border color is #dce062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce062


Comments

No comments written yet.

Please login to write comment.