Color Hex Logo

#dfac30 Color Hex

#DFAC30
(223,172,48)
0 Favorites   0 Comments

Color spaces of #dfac30

RGB 22317248
HSL0.120.730.53
HSV43°78°87°
CMYK 0.000.230.78   0.13
XYZ45.717445.40649.1511
Yxy45.40640.45590.4528
Hunter Lab67.38433.182339.1171
CIE-Lab73.15877.453266.1158

#dfac30 color RGB value is (223,172,48).

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

The process color (four color CMYK) of #dfac30 color hex is 0.00, 0.23, 0.78, 0.13. Web safe color of #dfac30 is #cc9933. Color #dfac30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 00110000
Octal 337 254 60
Decimal 223 172 48
Hex DF AC 30

RGB Percentages of Color #dfac30

%50.34
%38.83
%10.84

CMYK Percentages of Color #dfac30

%0
%23
%78
%13

Triadic Colors of #dfac30

#dfac30 #30dfac #ac30df

Analogous Colors of #dfac30

#dfac30 #bbdf30 #df5430

Monochromatic Colors of #dfac30

#dfac30

Complementary Color

#dfac30 #3063df

#dfac30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfac30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfac30 Color CSS Codes

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

#dfac30 Text Font Color

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

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


#dfac30 Background Color

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

This div background color is #dfac30


#dfac30 Border Color

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

This div border color is #dfac30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfac30


Comments

No comments written yet.

Please login to write comment.