Color Hex Logo

#dfaf90 Color Hex

#DFAF90
(223,175,144)
0 Favorites   0 Comments

Color spaces of #dfaf90

RGB 223175144
HSL0.070.550.72
HSV24°35°87°
CMYK 0.000.220.35   0.13
XYZ50.795448.361533.0431
Yxy48.36150.38420.3658
Hunter Lab69.54248.681320.5080
CIE-Lab75.052413.289322.5855

#dfaf90 color RGB value is (223,175,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 10010000
Octal 337 257 220
Decimal 223 175 144
Hex DF AF 90

RGB Percentages of Color #dfaf90

%41.14
%32.29
%26.57

CMYK Percentages of Color #dfaf90

%0
%22
%35
%13

Triadic Colors of #dfaf90

#dfaf90 #90dfaf #af90df

Analogous Colors of #dfaf90

#dfaf90 #dfd790 #df9099

Monochromatic Colors of #dfaf90

#dfaf90

Complementary Color

#dfaf90 #90c0df

#dfaf90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaf90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaf90 Color CSS Codes

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

#dfaf90 Text Font Color

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

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


#dfaf90 Background Color

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

This div background color is #dfaf90


#dfaf90 Border Color

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

This div border color is #dfaf90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaf90


Comments

No comments written yet.

Please login to write comment.