Color Hex Logo

#dfb298 Color Hex

#DFB298
(223,178,152)
0 Favorites   0 Comments

Color spaces of #dfb298

RGB 223178152
HSL0.060.530.74
HSV22°32°87°
CMYK 0.000.200.32   0.13
XYZ52.019349.795836.5756
Yxy49.79580.37590.3598
Hunter Lab70.56618.094318.6653
CIE-Lab75.943812.680119.4942

#dfb298 color RGB value is (223,178,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110010 10011000
Octal 337 262 230
Decimal 223 178 152
Hex DF B2 98

RGB Percentages of Color #dfb298

%40.33
%32.19
%27.49

CMYK Percentages of Color #dfb298

%0
%20
%32
%13

Triadic Colors of #dfb298

#dfb298 #98dfb2 #b298df

Analogous Colors of #dfb298

#dfb298 #dfd698 #df98a2

Monochromatic Colors of #dfb298

#dfb298

Complementary Color

#dfb298 #98c5df

#dfb298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb298 Color CSS Codes

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

#dfb298 Text Font Color

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

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


#dfb298 Background Color

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

This div background color is #dfb298


#dfb298 Border Color

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

This div border color is #dfb298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb298


Comments

No comments written yet.

Please login to write comment.