Color Hex Logo

#dfab20 Color Hex

#DFAB20
(223,171,32)
0 Favorites   0 Comments

Color spaces of #dfab20

RGB 22317132
HSL0.120.750.50
HSV44°86°87°
CMYK 0.000.230.86   0.13
XYZ45.255044.91817.6514
Yxy44.91810.46260.4592
Hunter Lab67.02103.243040.1459
CIE-Lab72.83797.510570.6366

#dfab20 color RGB value is (223,171,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 00100000
Octal 337 253 40
Decimal 223 171 32
Hex DF AB 20

RGB Percentages of Color #dfab20

%52.35
%40.14
%7.51

CMYK Percentages of Color #dfab20

%0
%23
%86
%13

Triadic Colors of #dfab20

#dfab20 #20dfab #ab20df

Analogous Colors of #dfab20

#dfab20 #b4df20 #df4b20

Monochromatic Colors of #dfab20

#dfab20

Complementary Color

#dfab20 #2054df

#dfab20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfab20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfab20 Color CSS Codes

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

#dfab20 Text Font Color

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

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


#dfab20 Background Color

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

This div background color is #dfab20


#dfab20 Border Color

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

This div border color is #dfab20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfab20


Comments

No comments written yet.

Please login to write comment.