Color Hex Logo

#dfa388 Color Hex

#DFA388
(223,163,136)
0 Favorites   0 Comments

Color spaces of #dfa388

RGB 223163136
HSL0.050.580.70
HSV19°39°87°
CMYK 0.000.270.39   0.13
XYZ47.972643.659929.1913
Yxy43.65990.39700.3614
Hunter Lab66.075613.963220.0594
CIE-Lab72.000618.783622.7633

#dfa388 color RGB value is (223,163,136).

#dfa388 hex color red value is 223, green value is 163 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #dfa388 hue: 0.05 , saturation: 0.58 and the lightness value of dfa388 is 0.70.

The process color (four color CMYK) of #dfa388 color hex is 0.00, 0.27, 0.39, 0.13. Web safe color of #dfa388 is #cc9999. Color #dfa388 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100011 10001000
Octal 337 243 210
Decimal 223 163 136
Hex DF A3 88

RGB Percentages of Color #dfa388

%42.72
%31.23
%26.05

CMYK Percentages of Color #dfa388

%0
%27
%39
%13

Triadic Colors of #dfa388

#dfa388 #88dfa3 #a388df

Analogous Colors of #dfa388

#dfa388 #dfcf88 #df8899

Monochromatic Colors of #dfa388

#dfa388

Complementary Color

#dfa388 #88c4df

#dfa388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa388 Color CSS Codes

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

#dfa388 Text Font Color

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

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


#dfa388 Background Color

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

This div background color is #dfa388


#dfa388 Border Color

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

This div border color is #dfa388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa388


Comments

No comments written yet.

Please login to write comment.