Color Hex Logo

#dfab43 Color Hex

#DFAB43
(223,171,67)
0 Favorites   0 Comments

Color spaces of #dfab43

RGB 22317167
HSL0.110.710.57
HSV40°70°87°
CMYK 0.000.230.70   0.13
XYZ46.007545.219011.6135
Yxy45.21900.44740.4397
Hunter Lab67.24514.446636.8319
CIE-Lab73.03598.809558.6615

#dfab43 color RGB value is (223,171,67).

#dfab43 hex color red value is 223, green value is 171 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #dfab43 hue: 0.11 , saturation: 0.71 and the lightness value of dfab43 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 01000011
Octal 337 253 103
Decimal 223 171 67
Hex DF AB 43

RGB Percentages of Color #dfab43

%48.37
%37.09
%14.53

CMYK Percentages of Color #dfab43

%0
%23
%70
%13

Triadic Colors of #dfab43

#dfab43 #43dfab #ab43df

Analogous Colors of #dfab43

#dfab43 #c5df43 #df5d43

Monochromatic Colors of #dfab43

#dfab43

Complementary Color

#dfab43 #4377df

#dfab43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfab43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfab43 Color CSS Codes

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

#dfab43 Text Font Color

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

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


#dfab43 Background Color

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

This div background color is #dfab43


#dfab43 Border Color

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

This div border color is #dfab43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfab43


Comments

No comments written yet.

Please login to write comment.