Color Hex Logo

#dfdfaa Color Hex

#DFDFAA
(223,223,170)
0 Favorites   0 Comments

Color spaces of #dfdfaa

RGB 223223170
HSL0.170.450.77
HSV60°24°87°
CMYK 0.000.000.24   0.13
XYZ64.074871.365648.4280
Yxy71.36560.34850.3881
Hunter Lab84.4782-12.448525.1461
CIE-Lab87.6623-8.404526.0622

#dfdfaa color RGB value is (223,223,170).

#dfdfaa hex color red value is 223, green value is 223 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dfdfaa hue: 0.17 , saturation: 0.45 and the lightness value of dfdfaa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011111 10101010
Octal 337 337 252
Decimal 223 223 170
Hex DF DF AA

RGB Percentages of Color #dfdfaa

%36.20
%36.20
%27.60

CMYK Percentages of Color #dfdfaa

%0
%0
%24
%13

Triadic Colors of #dfdfaa

#dfdfaa #aadfdf #dfaadf

Analogous Colors of #dfdfaa

#dfdfaa #c5dfaa #dfc5aa

Monochromatic Colors of #dfdfaa

#dfdfaa

Complementary Color

#dfdfaa #aaaadf

#dfdfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdfaa Color CSS Codes

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

#dfdfaa Text Font Color

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

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


#dfdfaa Background Color

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

This div background color is #dfdfaa


#dfdfaa Border Color

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

This div border color is #dfdfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdfaa


Comments

No comments written yet.

Please login to write comment.