Color Hex Logo

#dfb498 Color Hex

#DFB498
(223,180,152)
0 Favorites   0 Comments

Color spaces of #dfb498

RGB 223180152
HSL0.070.530.74
HSV24°32°87°
CMYK 0.000.190.32   0.13
XYZ52.420250.597536.7092
Yxy50.59750.37520.3621
Hunter Lab71.13197.063519.1944
CIE-Lab76.434611.612620.1713

#dfb498 color RGB value is (223,180,152).

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

The process color (four color CMYK) of #dfb498 color hex is 0.00, 0.19, 0.32, 0.13. Web safe color of #dfb498 is #cccc99. Color #dfb498 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110100 10011000
Octal 337 264 230
Decimal 223 180 152
Hex DF B4 98

RGB Percentages of Color #dfb498

%40.18
%32.43
%27.39

CMYK Percentages of Color #dfb498

%0
%19
%32
%13

Triadic Colors of #dfb498

#dfb498 #98dfb4 #b498df

Analogous Colors of #dfb498

#dfb498 #dfd898 #df98a0

Monochromatic Colors of #dfb498

#dfb498

Complementary Color

#dfb498 #98c3df

#dfb498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb498 Color CSS Codes

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

#dfb498 Text Font Color

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

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


#dfb498 Background Color

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

This div background color is #dfb498


#dfb498 Border Color

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

This div border color is #dfb498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb498

#dfb498 Color Palettes


Comments

No comments written yet.

Please login to write comment.