Color Hex Logo

#dfac18 Color Hex

#DFAC18
(223,172,24)
0 Favorites   0 Comments

Color spaces of #dfac18

RGB 22317224
HSL0.120.810.48
HSV45°89°87°
CMYK 0.000.230.89   0.13
XYZ45.348845.25907.2099
Yxy45.25900.46360.4627
Hunter Lab67.27482.592940.7382
CIE-Lab73.06216.813772.6421

#dfac18 color RGB value is (223,172,24).

#dfac18 hex color red value is 223, green value is 172 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #dfac18 hue: 0.12 , saturation: 0.81 and the lightness value of dfac18 is 0.48.

The process color (four color CMYK) of #dfac18 color hex is 0.00, 0.23, 0.89, 0.13. Web safe color of #dfac18 is #cc9900. Color #dfac18 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 00011000
Octal 337 254 30
Decimal 223 172 24
Hex DF AC 18

RGB Percentages of Color #dfac18

%53.22
%41.05
%5.73

CMYK Percentages of Color #dfac18

%0
%23
%89
%13

Triadic Colors of #dfac18

#dfac18 #18dfac #ac18df

Analogous Colors of #dfac18

#dfac18 #afdf18 #df4918

Monochromatic Colors of #dfac18

#dfac18

Complementary Color

#dfac18 #184bdf

#dfac18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfac18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfac18 Color CSS Codes

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

#dfac18 Text Font Color

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

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


#dfac18 Background Color

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

This div background color is #dfac18


#dfac18 Border Color

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

This div border color is #dfac18


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,172,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfac18


Comments

No comments written yet.

Please login to write comment.