Color Hex Logo

#dcce41 Color Hex

#DCCE41
(220,206,65)
0 Favorites   0 Comments

Color spaces of #dcce41

RGB 22020665
HSL0.150.690.56
HSV55°70°86°
CMYK 0.000.060.70   0.14
XYZ52.540659.739913.7628
Yxy59.73990.41680.4740
Hunter Lab77.2916-13.921143.5467
CIE-Lab81.6966-10.755068.0705

#dcce41 color RGB value is (220,206,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 01000001
Octal 334 316 101
Decimal 220 206 65
Hex DC CE 41

RGB Percentages of Color #dcce41

%44.81
%41.96
%13.24

CMYK Percentages of Color #dcce41

%0
%6
%70
%14

Triadic Colors of #dcce41

#dcce41 #41dcce #ce41dc

Analogous Colors of #dcce41

#dcce41 #9ddc41 #dc8141

Monochromatic Colors of #dcce41

#dcce41

Complementary Color

#dcce41 #414fdc

#dcce41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcce41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcce41 Color CSS Codes

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

#dcce41 Text Font Color

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

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


#dcce41 Background Color

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

This div background color is #dcce41


#dcce41 Border Color

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

This div border color is #dcce41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcce41


Comments

No comments written yet.

Please login to write comment.