Color Hex Logo

#dcce10 Color Hex

#DCCE10
(220,206,16)
0 Favorites   0 Comments

Color spaces of #dcce10

RGB 22020616
HSL0.160.860.46
HSV56°93°86°
CMYK 0.000.060.93   0.14
XYZ51.680059.39579.2309
Yxy59.39570.42960.4937
Hunter Lab77.0686-15.173146.8466
CIE-Lab81.5086-12.197580.2583

#dcce10 color RGB value is (220,206,16).

#dcce10 hex color red value is 220, green value is 206 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #dcce10 hue: 0.16 , saturation: 0.86 and the lightness value of dcce10 is 0.46.

The process color (four color CMYK) of #dcce10 color hex is 0.00, 0.06, 0.93, 0.14. Web safe color of #dcce10 is #cccc00. Color #dcce10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 00010000
Octal 334 316 20
Decimal 220 206 16
Hex DC CE 10

RGB Percentages of Color #dcce10

%49.77
%46.61
%3.62

CMYK Percentages of Color #dcce10

%0
%6
%93
%14

Triadic Colors of #dcce10

#dcce10 #10dcce #ce10dc

Analogous Colors of #dcce10

#dcce10 #84dc10 #dc6810

Monochromatic Colors of #dcce10

#dcce10

Complementary Color

#dcce10 #101edc

#dcce10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcce10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcce10 Color CSS Codes

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

#dcce10 Text Font Color

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

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


#dcce10 Background Color

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

This div background color is #dcce10


#dcce10 Border Color

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

This div border color is #dcce10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcce10


Comments

No comments written yet.

Please login to write comment.