Color Hex Logo

#dfad43 Color Hex

#DFAD43
(223,173,67)
0 Favorites   0 Comments

Color spaces of #dfad43

RGB 22317367
HSL0.110.710.57
HSV41°70°87°
CMYK 0.000.220.70   0.13
XYZ46.388145.980411.7404
Yxy45.98040.44560.4417
Hunter Lab67.80883.446537.2007
CIE-Lab73.53287.747059.1741

#dfad43 color RGB value is (223,173,67).

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

The process color (four color CMYK) of #dfad43 color hex is 0.00, 0.22, 0.70, 0.13. Web safe color of #dfad43 is #cc9933. Color #dfad43 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 01000011
Octal 337 255 103
Decimal 223 173 67
Hex DF AD 43

RGB Percentages of Color #dfad43

%48.16
%37.37
%14.47

CMYK Percentages of Color #dfad43

%0
%22
%70
%13

Triadic Colors of #dfad43

#dfad43 #43dfad #ad43df

Analogous Colors of #dfad43

#dfad43 #c3df43 #df5f43

Monochromatic Colors of #dfad43

#dfad43

Complementary Color

#dfad43 #4375df

#dfad43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfad43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfad43 Color CSS Codes

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

#dfad43 Text Font Color

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

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


#dfad43 Background Color

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

This div background color is #dfad43


#dfad43 Border Color

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

This div border color is #dfad43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfad43


Comments

No comments written yet.

Please login to write comment.