Color Hex Logo

#dfab71 Color Hex

#DFAB71
(223,171,113)
0 Favorites   0 Comments

Color spaces of #dfab71

RGB 223171113
HSL0.090.630.66
HSV32°49°87°
CMYK 0.000.230.49   0.13
XYZ47.975046.006021.9743
Yxy46.00600.41370.3968
Hunter Lab67.82777.555728.2711
CIE-Lab73.549412.114237.0820

#dfab71 color RGB value is (223,171,113).

#dfab71 hex color red value is 223, green value is 171 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #dfab71 hue: 0.09 , saturation: 0.63 and the lightness value of dfab71 is 0.66.

The process color (four color CMYK) of #dfab71 color hex is 0.00, 0.23, 0.49, 0.13. Web safe color of #dfab71 is #cc9966. Color #dfab71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 01110001
Octal 337 253 161
Decimal 223 171 113
Hex DF AB 71

RGB Percentages of Color #dfab71

%43.98
%33.73
%22.29

CMYK Percentages of Color #dfab71

%0
%23
%49
%13

Triadic Colors of #dfab71

#dfab71 #71dfab #ab71df

Analogous Colors of #dfab71

#dfab71 #dcdf71 #df7471

Monochromatic Colors of #dfab71

#dfab71

Complementary Color

#dfab71 #71a5df

#dfab71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfab71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfab71 Color CSS Codes

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

#dfab71 Text Font Color

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

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


#dfab71 Background Color

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

This div background color is #dfab71


#dfab71 Border Color

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

This div border color is #dfab71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfab71


Comments

No comments written yet.

Please login to write comment.