Color Hex Logo

#dfa290 Color Hex

#DFA290
(223,162,144)
5 Favorites   0 Comments

Color spaces of #dfa290

RGB 223162144
HSL0.040.550.72
HSV14°35°87°
CMYK 0.000.270.35   0.13
XYZ48.385843.542332.2398
Yxy43.54230.38970.3507
Hunter Lab65.986615.411717.2226
CIE-Lab71.921520.264118.2855

#dfa290 color RGB value is (223,162,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100010 10010000
Octal 337 242 220
Decimal 223 162 144
Hex DF A2 90

RGB Percentages of Color #dfa290

%42.16
%30.62
%27.22

CMYK Percentages of Color #dfa290

%0
%27
%35
%13

Triadic Colors of #dfa290

#dfa290 #90dfa2 #a290df

Analogous Colors of #dfa290

#dfa290 #dfca90 #df90a6

Monochromatic Colors of #dfa290

#dfa290

Complementary Color

#dfa290 #90cddf

#dfa290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa290 Color CSS Codes

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

#dfa290 Text Font Color

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

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


#dfa290 Background Color

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

This div background color is #dfa290


#dfa290 Border Color

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

This div border color is #dfa290


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,162,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 #dfa290">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa290


Comments

No comments written yet.

Please login to write comment.