Color Hex Logo

#dfab74 Color Hex

#DFAB74
(223,171,116)
0 Favorites   0 Comments

Color spaces of #dfab74

RGB 223171116
HSL0.090.630.66
HSV31°48°87°
CMYK 0.000.230.48   0.13
XYZ48.146746.074722.8787
Yxy46.07470.41120.3935
Hunter Lab67.87837.824527.5309
CIE-Lab73.594012.396535.5709

#dfab74 color RGB value is (223,171,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 01110100
Octal 337 253 164
Decimal 223 171 116
Hex DF AB 74

RGB Percentages of Color #dfab74

%43.73
%33.53
%22.75

CMYK Percentages of Color #dfab74

%0
%23
%48
%13

Triadic Colors of #dfab74

#dfab74 #74dfab #ab74df

Analogous Colors of #dfab74

#dfab74 #dedf74 #df7674

Monochromatic Colors of #dfab74

#dfab74

Complementary Color

#dfab74 #74a8df

#dfab74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfab74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfab74 Color CSS Codes

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

#dfab74 Text Font Color

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

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


#dfab74 Background Color

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

This div background color is #dfab74


#dfab74 Border Color

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

This div border color is #dfab74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfab74


Comments

No comments written yet.

Please login to write comment.