Color Hex Logo

#dfac03 Color Hex

#DFAC03
(223,172,3)
0 Favorites   0 Comments

Color spaces of #dfac03

RGB 2231723
HSL0.130.970.44
HSV46°99°87°
CMYK 0.000.230.99   0.13
XYZ45.200445.19966.4282
Yxy45.19960.46680.4668
Hunter Lab67.23062.355241.3925
CIE-Lab73.02316.555175.6117

#dfac03 color RGB value is (223,172,3).

#dfac03 hex color red value is 223, green value is 172 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #dfac03 hue: 0.13 , saturation: 0.97 and the lightness value of dfac03 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 00000011
Octal 337 254 3
Decimal 223 172 3
Hex DF AC 3

RGB Percentages of Color #dfac03

%56.03
%43.22
%0.75

CMYK Percentages of Color #dfac03

%0
%23
%99
%13

Triadic Colors of #dfac03

#dfac03 #03dfac #ac03df

Analogous Colors of #dfac03

#dfac03 #a4df03 #df3e03

Monochromatic Colors of #dfac03

#dfac03

Complementary Color

#dfac03 #0336df

#dfac03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfac03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfac03 Color CSS Codes

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

#dfac03 Text Font Color

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

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


#dfac03 Background Color

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

This div background color is #dfac03


#dfac03 Border Color

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

This div border color is #dfac03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfac03


Comments

No comments written yet.

Please login to write comment.