Color Hex Logo

#dfac27 Color Hex

#DFAC27
(223,172,39)
0 Favorites   0 Comments

Color spaces of #dfac27

RGB 22317239
HSL0.120.740.51
HSV43°83°87°
CMYK 0.000.230.83   0.13
XYZ45.550245.33958.2701
Yxy45.33950.45940.4572
Hunter Lab67.33462.915339.8522
CIE-Lab73.11497.163868.9470

#dfac27 color RGB value is (223,172,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 00100111
Octal 337 254 47
Decimal 223 172 39
Hex DF AC 27

RGB Percentages of Color #dfac27

%51.38
%39.63
%8.99

CMYK Percentages of Color #dfac27

%0
%23
%83
%13

Triadic Colors of #dfac27

#dfac27 #27dfac #ac27df

Analogous Colors of #dfac27

#dfac27 #b6df27 #df5027

Monochromatic Colors of #dfac27

#dfac27

Complementary Color

#dfac27 #275adf

#dfac27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfac27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfac27 Color CSS Codes

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

#dfac27 Text Font Color

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

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


#dfac27 Background Color

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

This div background color is #dfac27


#dfac27 Border Color

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

This div border color is #dfac27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfac27


Comments

No comments written yet.

Please login to write comment.