Color Hex Logo

#dce63c Color Hex

#DCE63C
(220,230,60)
0 Favorites   0 Comments

Color spaces of #dce63c

RGB 22023060
HSL0.180.770.57
HSV64°74°90°
CMYK 0.040.000.74   0.10
XYZ58.627672.135515.1085
Yxy72.13550.40190.4945
Hunter Lab84.9326-25.416548.9059
CIE-Lab88.0338-22.798975.8264

#dce63c color RGB value is (220,230,60).

#dce63c hex color red value is 220, green value is 230 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #dce63c hue: 0.18 , saturation: 0.77 and the lightness value of dce63c is 0.57.

The process color (four color CMYK) of #dce63c color hex is 0.04, 0.00, 0.74, 0.10. Web safe color of #dce63c is #ccff33. Color #dce63c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 00111100
Octal 334 346 74
Decimal 220 230 60
Hex DC E6 3C

RGB Percentages of Color #dce63c

%43.14
%45.10
%11.76

CMYK Percentages of Color #dce63c

%4
%0
%74
%10

Triadic Colors of #dce63c

#dce63c #3cdce6 #e63cdc

Analogous Colors of #dce63c

#dce63c #87e63c #e69b3c

Monochromatic Colors of #dce63c

#dce63c

Complementary Color

#dce63c #463ce6

#dce63c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce63c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce63c Color CSS Codes

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

#dce63c Text Font Color

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

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


#dce63c Background Color

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

This div background color is #dce63c


#dce63c Border Color

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

This div border color is #dce63c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce63c


Comments

No comments written yet.

Please login to write comment.