Color Hex Logo

#dfa253 Color Hex

#DFA253
(223,162,83)
0 Favorites   0 Comments

Color spaces of #dfa253

RGB 22316283
HSL0.090.690.60
HSV34°63°87°
CMYK 0.000.270.63   0.13
XYZ44.913142.153213.9528
Yxy42.15320.44460.4173
Hunter Lab64.92559.860232.7061
CIE-Lab70.976414.548549.1276

#dfa253 color RGB value is (223,162,83).

#dfa253 hex color red value is 223, green value is 162 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #dfa253 hue: 0.09 , saturation: 0.69 and the lightness value of dfa253 is 0.60.

The process color (four color CMYK) of #dfa253 color hex is 0.00, 0.27, 0.63, 0.13. Web safe color of #dfa253 is #cc9966. Color #dfa253 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100010 01010011
Octal 337 242 123
Decimal 223 162 83
Hex DF A2 53

RGB Percentages of Color #dfa253

%47.65
%34.62
%17.74

CMYK Percentages of Color #dfa253

%0
%27
%63
%13

Triadic Colors of #dfa253

#dfa253 #53dfa2 #a253df

Analogous Colors of #dfa253

#dfa253 #d6df53 #df5c53

Monochromatic Colors of #dfa253

#dfa253

Complementary Color

#dfa253 #5390df

#dfa253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa253 Color CSS Codes

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

#dfa253 Text Font Color

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

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


#dfa253 Background Color

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

This div background color is #dfa253


#dfa253 Border Color

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

This div border color is #dfa253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa253


Comments

No comments written yet.

Please login to write comment.