Color Hex Logo

#dfa598 Color Hex

#DFA598
(223,165,152)
0 Favorites   0 Comments

Color spaces of #dfa598

RGB 223165152
HSL0.030.530.74
HSV11°32°87°
CMYK 0.000.260.32   0.13
XYZ49.554144.865235.7538
Yxy44.86520.38070.3447
Hunter Lab66.981514.839915.2389
CIE-Lab72.803019.652115.1283

#dfa598 color RGB value is (223,165,152).

#dfa598 hex color red value is 223, green value is 165 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #dfa598 hue: 0.03 , saturation: 0.53 and the lightness value of dfa598 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100101 10011000
Octal 337 245 230
Decimal 223 165 152
Hex DF A5 98

RGB Percentages of Color #dfa598

%41.30
%30.56
%28.15

CMYK Percentages of Color #dfa598

%0
%26
%32
%13

Triadic Colors of #dfa598

#dfa598 #98dfa5 #a598df

Analogous Colors of #dfa598

#dfa598 #dfc998 #df98af

Monochromatic Colors of #dfa598

#dfa598

Complementary Color

#dfa598 #98d2df

#dfa598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa598 Color CSS Codes

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

#dfa598 Text Font Color

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

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


#dfa598 Background Color

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

This div background color is #dfa598


#dfa598 Border Color

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

This div border color is #dfa598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa598


Comments

No comments written yet.

Please login to write comment.