Color Hex Logo

#dfaa92 Color Hex

#DFAA92
(223,170,146)
0 Favorites   0 Comments

Color spaces of #dfaa92

RGB 223170146
HSL0.050.550.72
HSV19°35°87°
CMYK 0.000.240.35   0.13
XYZ49.994546.512733.5370
Yxy46.51270.38440.3577
Hunter Lab68.200211.499918.5847
CIE-Lab73.877016.211719.8927

#dfaa92 color RGB value is (223,170,146).

#dfaa92 hex color red value is 223, green value is 170 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #dfaa92 hue: 0.05 , saturation: 0.55 and the lightness value of dfaa92 is 0.72.

The process color (four color CMYK) of #dfaa92 color hex is 0.00, 0.24, 0.35, 0.13. Web safe color of #dfaa92 is #cc9999. Color #dfaa92 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 10010010
Octal 337 252 222
Decimal 223 170 146
Hex DF AA 92

RGB Percentages of Color #dfaa92

%41.37
%31.54
%27.09

CMYK Percentages of Color #dfaa92

%0
%24
%35
%13

Triadic Colors of #dfaa92

#dfaa92 #92dfaa #aa92df

Analogous Colors of #dfaa92

#dfaa92 #dfd192 #df92a1

Monochromatic Colors of #dfaa92

#dfaa92

Complementary Color

#dfaa92 #92c7df

#dfaa92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaa92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaa92 Color CSS Codes

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

#dfaa92 Text Font Color

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

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


#dfaa92 Background Color

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

This div background color is #dfaa92


#dfaa92 Border Color

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

This div border color is #dfaa92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaa92


Comments

No comments written yet.

Please login to write comment.