Color Hex Logo

#dce60f Color Hex

#DCE60F
(220,230,15)
0 Favorites   0 Comments

Color spaces of #dce60f

RGB 22023015
HSL0.170.880.48
HSV63°93°90°
CMYK 0.040.000.93   0.10
XYZ57.898271.843811.2676
Yxy71.84380.41060.5095
Hunter Lab84.7607-26.401851.4508
CIE-Lab87.8934-23.966185.2290

#dce60f color RGB value is (220,230,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 00001111
Octal 334 346 17
Decimal 220 230 15
Hex DC E6 F

RGB Percentages of Color #dce60f

%47.31
%49.46
%3.23

CMYK Percentages of Color #dce60f

%4
%0
%93
%10

Triadic Colors of #dce60f

#dce60f #0fdce6 #e60fdc

Analogous Colors of #dce60f

#dce60f #71e60f #e6850f

Monochromatic Colors of #dce60f

#dce60f

Complementary Color

#dce60f #190fe6

#dce60f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce60f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce60f Color CSS Codes

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

#dce60f Text Font Color

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

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


#dce60f Background Color

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

This div background color is #dce60f


#dce60f Border Color

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

This div border color is #dce60f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce60f


Comments

No comments written yet.

Please login to write comment.