Color Hex Logo

#dfa298 Color Hex

#DFA298
(223,162,152)
0 Favorites   0 Comments

Color spaces of #dfa298

RGB 223162152
HSL0.020.530.74
HSV32°87°
CMYK 0.000.270.32   0.13
XYZ49.019343.795635.5756
Yxy43.79560.38180.3411
Hunter Lab66.178216.405914.4521
CIE-Lab72.091721.265514.1314

#dfa298 color RGB value is (223,162,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100010 10011000
Octal 337 242 230
Decimal 223 162 152
Hex DF A2 98

RGB Percentages of Color #dfa298

%41.53
%30.17
%28.31

CMYK Percentages of Color #dfa298

%0
%27
%32
%13

Triadic Colors of #dfa298

#dfa298 #98dfa2 #a298df

Analogous Colors of #dfa298

#dfa298 #dfc698 #df98b2

Monochromatic Colors of #dfa298

#dfa298

Complementary Color

#dfa298 #98d5df

#dfa298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa298 Color CSS Codes

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

#dfa298 Text Font Color

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

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


#dfa298 Background Color

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

This div background color is #dfa298


#dfa298 Border Color

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

This div border color is #dfa298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa298


Comments

No comments written yet.

Please login to write comment.