Color Hex Logo

#dcce43 Color Hex

#DCCE43
(220,206,67)
0 Favorites   0 Comments

Color spaces of #dcce43

RGB 22020667
HSL0.150.690.56
HSV55°70°86°
CMYK 0.000.060.70   0.14
XYZ52.599659.763514.0734
Yxy59.76350.41600.4727
Hunter Lab77.3069-13.835643.3213
CIE-Lab81.7095-10.656967.3432

#dcce43 color RGB value is (220,206,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 01000011
Octal 334 316 103
Decimal 220 206 67
Hex DC CE 43

RGB Percentages of Color #dcce43

%44.62
%41.78
%13.59

CMYK Percentages of Color #dcce43

%0
%6
%70
%14

Triadic Colors of #dcce43

#dcce43 #43dcce #ce43dc

Analogous Colors of #dcce43

#dcce43 #9edc43 #dc8243

Monochromatic Colors of #dcce43

#dcce43

Complementary Color

#dcce43 #4351dc

#dcce43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcce43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcce43 Color CSS Codes

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

#dcce43 Text Font Color

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

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


#dcce43 Background Color

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

This div background color is #dcce43


#dcce43 Border Color

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

This div border color is #dcce43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcce43


Comments

No comments written yet.

Please login to write comment.