Color Hex Logo

#dfac22 Color Hex

#DFAC22
(223,172,34)
0 Favorites   0 Comments

Color spaces of #dfac22

RGB 22317234
HSL0.120.750.50
HSV44°85°87°
CMYK 0.000.230.85   0.13
XYZ45.472745.30857.8621
Yxy45.30850.46100.4593
Hunter Lab67.31162.791340.1929
CIE-Lab73.09467.029370.3284

#dfac22 color RGB value is (223,172,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 00100010
Octal 337 254 42
Decimal 223 172 34
Hex DF AC 22

RGB Percentages of Color #dfac22

%51.98
%40.09
%7.93

CMYK Percentages of Color #dfac22

%0
%23
%85
%13

Triadic Colors of #dfac22

#dfac22 #22dfac #ac22df

Analogous Colors of #dfac22

#dfac22 #b4df22 #df4d22

Monochromatic Colors of #dfac22

#dfac22

Complementary Color

#dfac22 #2255df

#dfac22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfac22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfac22 Color CSS Codes

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

#dfac22 Text Font Color

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

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


#dfac22 Background Color

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

This div background color is #dfac22


#dfac22 Border Color

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

This div border color is #dfac22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfac22


Comments

No comments written yet.

Please login to write comment.