Color Hex Logo

#dce716 Color Hex

#DCE716
(220,231,22)
0 Favorites   0 Comments

Color spaces of #dce716

RGB 22023122
HSL0.180.830.50
HSV63°90°91°
CMYK 0.050.000.90   0.09
XYZ58.235972.425411.6692
Yxy72.42540.40920.5089
Hunter Lab85.1031-26.783251.4424
CIE-Lab88.1729-24.348884.6085

#dce716 color RGB value is (220,231,22).

#dce716 hex color red value is 220, green value is 231 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #dce716 hue: 0.18 , saturation: 0.83 and the lightness value of dce716 is 0.50.

The process color (four color CMYK) of #dce716 color hex is 0.05, 0.00, 0.90, 0.09. Web safe color of #dce716 is #ccff00. Color #dce716 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100111 00010110
Octal 334 347 26
Decimal 220 231 22
Hex DC E7 16

RGB Percentages of Color #dce716

%46.51
%48.84
%4.65

CMYK Percentages of Color #dce716

%5
%0
%90
%9

Triadic Colors of #dce716

#dce716 #16dce7 #e716dc

Analogous Colors of #dce716

#dce716 #74e716 #e78a16

Monochromatic Colors of #dce716

#dce716

Complementary Color

#dce716 #2116e7

#dce716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce716 Color CSS Codes

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

#dce716 Text Font Color

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

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


#dce716 Background Color

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

This div background color is #dce716


#dce716 Border Color

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

This div border color is #dce716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce716


Comments

No comments written yet.

Please login to write comment.