Color Hex Logo

#dce60d Color Hex

#DCE60D
(220,230,13)
2 Favorites   0 Comments

Color spaces of #dce60d

RGB 22023013
HSL0.170.890.48
HSV63°94°90°
CMYK 0.040.000.94   0.10
XYZ57.884771.838311.1961
Yxy71.83830.41080.5098
Hunter Lab84.7575-26.419951.4983
CIE-Lab87.8907-23.987785.4235

#dce60d color RGB value is (220,230,13).

#dce60d hex color red value is 220, green value is 230 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #dce60d hue: 0.17 , saturation: 0.89 and the lightness value of dce60d is 0.48.

The process color (four color CMYK) of #dce60d color hex is 0.04, 0.00, 0.94, 0.10. Web safe color of #dce60d is #ccff00. Color #dce60d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 00001101
Octal 334 346 15
Decimal 220 230 13
Hex DC E6 D

RGB Percentages of Color #dce60d

%47.52
%49.68
%2.81

CMYK Percentages of Color #dce60d

%4
%0
%94
%10

Triadic Colors of #dce60d

#dce60d #0ddce6 #e60ddc

Analogous Colors of #dce60d

#dce60d #70e60d #e6840d

Monochromatic Colors of #dce60d

#dce60d

Complementary Color

#dce60d #170de6

#dce60d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce60d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce60d Color CSS Codes

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

#dce60d Text Font Color

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

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


#dce60d Background Color

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

This div background color is #dce60d


#dce60d Border Color

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

This div border color is #dce60d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce60d


Comments

No comments written yet.

Please login to write comment.