Color Hex Logo

#dfdc43 Color Hex

#DFDC43
(223,220,67)
0 Favorites   0 Comments

Color spaces of #dfdc43

RGB 22322067
HSL0.160.710.57
HSV59°70°87°
CMYK 0.000.010.70   0.13
XYZ57.037767.279615.2902
Yxy67.27960.40860.4819
Hunter Lab82.0241-19.417546.3646
CIE-Lab85.6449-16.385071.2944

#dfdc43 color RGB value is (223,220,67).

#dfdc43 hex color red value is 223, green value is 220 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #dfdc43 hue: 0.16 , saturation: 0.71 and the lightness value of dfdc43 is 0.57.

The process color (four color CMYK) of #dfdc43 color hex is 0.00, 0.01, 0.70, 0.13. Web safe color of #dfdc43 is #cccc33. Color #dfdc43 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011100 01000011
Octal 337 334 103
Decimal 223 220 67
Hex DF DC 43

RGB Percentages of Color #dfdc43

%43.73
%43.14
%13.14

CMYK Percentages of Color #dfdc43

%0
%1
%70
%13

Triadic Colors of #dfdc43

#dfdc43 #43dfdc #dc43df

Analogous Colors of #dfdc43

#dfdc43 #94df43 #df8e43

Monochromatic Colors of #dfdc43

#dfdc43

Complementary Color

#dfdc43 #4346df

#dfdc43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdc43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdc43 Color CSS Codes

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

#dfdc43 Text Font Color

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

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


#dfdc43 Background Color

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

This div background color is #dfdc43


#dfdc43 Border Color

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

This div border color is #dfdc43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdc43


Comments

No comments written yet.

Please login to write comment.