Color Hex Logo

#dcce0f Color Hex

#DCCE0F
(220,206,15)
0 Favorites   0 Comments

Color spaces of #dcce0f

RGB 22020615
HSL0.160.870.46
HSV56°93°86°
CMYK 0.000.060.93   0.14
XYZ51.672759.39279.1924
Yxy59.39270.42970.4939
Hunter Lab77.0667-15.183646.8746
CIE-Lab81.5070-12.209780.3778

#dcce0f color RGB value is (220,206,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 00001111
Octal 334 316 17
Decimal 220 206 15
Hex DC CE F

RGB Percentages of Color #dcce0f

%49.89
%46.71
%3.40

CMYK Percentages of Color #dcce0f

%0
%6
%93
%14

Triadic Colors of #dcce0f

#dcce0f #0fdcce #ce0fdc

Analogous Colors of #dcce0f

#dcce0f #84dc0f #dc680f

Monochromatic Colors of #dcce0f

#dcce0f

Complementary Color

#dcce0f #0f1ddc

#dcce0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcce0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcce0f Color CSS Codes

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

#dcce0f Text Font Color

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

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


#dcce0f Background Color

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

This div background color is #dcce0f


#dcce0f Border Color

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

This div border color is #dcce0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcce0f


Comments

No comments written yet.

Please login to write comment.