Color Hex Logo

#dfa88b Color Hex

#DFA88B
(223,168,139)
0 Favorites   0 Comments

Color spaces of #dfa88b

RGB 223168139
HSL0.060.570.71
HSV21°38°87°
CMYK 0.000.250.38   0.13
XYZ49.094345.557330.6320
Yxy45.55730.39190.3636
Hunter Lab67.496111.716320.3395
CIE-Lab73.257316.445422.8426

#dfa88b color RGB value is (223,168,139).

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

The process color (four color CMYK) of #dfa88b color hex is 0.00, 0.25, 0.38, 0.13. Web safe color of #dfa88b is #cc9999. Color #dfa88b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101000 10001011
Octal 337 250 213
Decimal 223 168 139
Hex DF A8 8B

RGB Percentages of Color #dfa88b

%42.08
%31.70
%26.23

CMYK Percentages of Color #dfa88b

%0
%25
%38
%13

Triadic Colors of #dfa88b

#dfa88b #8bdfa8 #a88bdf

Analogous Colors of #dfa88b

#dfa88b #dfd28b #df8b98

Monochromatic Colors of #dfa88b

#dfa88b

Complementary Color

#dfa88b #8bc2df

#dfa88b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa88b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa88b Color CSS Codes

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

#dfa88b Text Font Color

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

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


#dfa88b Background Color

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

This div background color is #dfa88b


#dfa88b Border Color

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

This div border color is #dfa88b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa88b


Comments

No comments written yet.

Please login to write comment.