Color Hex Logo

#dfac58 Color Hex

#DFAC58
(223,172,88)
0 Favorites   0 Comments

Color spaces of #dfac58

RGB 22317288
HSL0.100.680.61
HSV37°61°87°
CMYK 0.000.230.61   0.13
XYZ46.945445.897615.6174
Yxy45.89760.43280.4232
Hunter Lab67.74785.131933.7557
CIE-Lab73.47909.549049.5824

#dfac58 color RGB value is (223,172,88).

#dfac58 hex color red value is 223, green value is 172 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #dfac58 hue: 0.10 , saturation: 0.68 and the lightness value of dfac58 is 0.61.

The process color (four color CMYK) of #dfac58 color hex is 0.00, 0.23, 0.61, 0.13. Web safe color of #dfac58 is #cc9966. Color #dfac58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 01011000
Octal 337 254 130
Decimal 223 172 88
Hex DF AC 58

RGB Percentages of Color #dfac58

%46.17
%35.61
%18.22

CMYK Percentages of Color #dfac58

%0
%23
%61
%13

Triadic Colors of #dfac58

#dfac58 #58dfac #ac58df

Analogous Colors of #dfac58

#dfac58 #cfdf58 #df6958

Monochromatic Colors of #dfac58

#dfac58

Complementary Color

#dfac58 #588bdf

#dfac58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfac58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfac58 Color CSS Codes

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

#dfac58 Text Font Color

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

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


#dfac58 Background Color

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

This div background color is #dfac58


#dfac58 Border Color

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

This div border color is #dfac58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfac58


Comments

No comments written yet.

Please login to write comment.