Color Hex Logo

#dcce1f Color Hex

#DCCE1F
(220,206,31)
0 Favorites   0 Comments

Color spaces of #dcce1f

RGB 22020631
HSL0.150.750.49
HSV56°86°86°
CMYK 0.000.060.86   0.14
XYZ51.833859.457210.0408
Yxy59.45720.42720.4900
Hunter Lab77.1085-14.948846.2554
CIE-Lab81.5423-11.938177.8184

#dcce1f color RGB value is (220,206,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 00011111
Octal 334 316 37
Decimal 220 206 31
Hex DC CE 1F

RGB Percentages of Color #dcce1f

%48.14
%45.08
%6.78

CMYK Percentages of Color #dcce1f

%0
%6
%86
%14

Triadic Colors of #dcce1f

#dcce1f #1fdcce #ce1fdc

Analogous Colors of #dcce1f

#dcce1f #8cdc1f #dc701f

Monochromatic Colors of #dcce1f

#dcce1f

Complementary Color

#dcce1f #1f2ddc

#dcce1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcce1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcce1f Color CSS Codes

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

#dcce1f Text Font Color

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

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


#dcce1f Background Color

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

This div background color is #dcce1f


#dcce1f Border Color

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

This div border color is #dcce1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcce1f


Comments

No comments written yet.

Please login to write comment.