Color Hex Logo

#dfdfa5 Color Hex

#DFDFA5
(223,223,165)
0 Favorites   0 Comments

Color spaces of #dfdfa5

RGB 223223165
HSL0.170.480.76
HSV60°26°87°
CMYK 0.000.000.26   0.13
XYZ63.610671.179945.9838
Yxy71.17990.35190.3938
Hunter Lab84.3682-13.061726.7425
CIE-Lab87.5723-9.077928.5199

#dfdfa5 color RGB value is (223,223,165).

#dfdfa5 hex color red value is 223, green value is 223 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #dfdfa5 hue: 0.17 , saturation: 0.48 and the lightness value of dfdfa5 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011111 10100101
Octal 337 337 245
Decimal 223 223 165
Hex DF DF A5

RGB Percentages of Color #dfdfa5

%36.50
%36.50
%27.00

CMYK Percentages of Color #dfdfa5

%0
%0
%26
%13

Triadic Colors of #dfdfa5

#dfdfa5 #a5dfdf #dfa5df

Analogous Colors of #dfdfa5

#dfdfa5 #c2dfa5 #dfc2a5

Monochromatic Colors of #dfdfa5

#dfdfa5

Complementary Color

#dfdfa5 #a5a5df

#dfdfa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdfa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdfa5 Color CSS Codes

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

#dfdfa5 Text Font Color

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

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


#dfdfa5 Background Color

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

This div background color is #dfdfa5


#dfdfa5 Border Color

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

This div border color is #dfdfa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdfa5


Comments

No comments written yet.

Please login to write comment.