Color Hex Logo

#dcce3c Color Hex

#DCCE3C
(220,206,60)
0 Favorites   0 Comments

Color spaces of #dcce3c

RGB 22020660
HSL0.150.700.55
HSV55°73°86°
CMYK 0.000.060.73   0.14
XYZ52.402159.684513.0333
Yxy59.68450.41880.4770
Hunter Lab77.2557-14.122144.0766
CIE-Lab81.6664-10.985769.8241

#dcce3c color RGB value is (220,206,60).

#dcce3c hex color red value is 220, green value is 206 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #dcce3c hue: 0.15 , saturation: 0.70 and the lightness value of dcce3c is 0.55.

The process color (four color CMYK) of #dcce3c color hex is 0.00, 0.06, 0.73, 0.14. Web safe color of #dcce3c is #cccc33. Color #dcce3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 00111100
Octal 334 316 74
Decimal 220 206 60
Hex DC CE 3C

RGB Percentages of Color #dcce3c

%45.27
%42.39
%12.35

CMYK Percentages of Color #dcce3c

%0
%6
%73
%14

Triadic Colors of #dcce3c

#dcce3c #3cdcce #ce3cdc

Analogous Colors of #dcce3c

#dcce3c #9adc3c #dc7e3c

Monochromatic Colors of #dcce3c

#dcce3c

Complementary Color

#dcce3c #3c4adc

#dcce3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcce3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcce3c Color CSS Codes

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

#dcce3c Text Font Color

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

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


#dcce3c Background Color

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

This div background color is #dcce3c


#dcce3c Border Color

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

This div border color is #dcce3c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,206,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 #dcce3c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcce3c


Comments

No comments written yet.

Please login to write comment.