Color Hex Logo

#dfab12 Color Hex

#DFAB12
(223,171,18)
0 Favorites   0 Comments

Color spaces of #dfab12

RGB 22317118
HSL0.120.850.47
HSV45°92°87°
CMYK 0.000.230.92   0.13
XYZ45.103544.85756.8534
Yxy44.85750.46590.4633
Hunter Lab66.97572.999840.8161
CIE-Lab72.79807.246673.5429

#dfab12 color RGB value is (223,171,18).

#dfab12 hex color red value is 223, green value is 171 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #dfab12 hue: 0.12 , saturation: 0.85 and the lightness value of dfab12 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 00010010
Octal 337 253 22
Decimal 223 171 18
Hex DF AB 12

RGB Percentages of Color #dfab12

%54.13
%41.50
%4.37

CMYK Percentages of Color #dfab12

%0
%23
%92
%13

Triadic Colors of #dfab12

#dfab12 #12dfab #ab12df

Analogous Colors of #dfab12

#dfab12 #addf12 #df4512

Monochromatic Colors of #dfab12

#dfab12

Complementary Color

#dfab12 #1246df

#dfab12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfab12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfab12 Color CSS Codes

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

#dfab12 Text Font Color

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

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


#dfab12 Background Color

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

This div background color is #dfab12


#dfab12 Border Color

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

This div border color is #dfab12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfab12


Comments

No comments written yet.

Please login to write comment.