Color Hex Logo

#dfbf98 Color Hex

#DFBF98
(223,191,152)
0 Favorites   0 Comments

Color spaces of #dfbf98

RGB 223191152
HSL0.090.530.74
HSV33°32°87°
CMYK 0.000.140.32   0.13
XYZ54.729755.216637.4791
Yxy55.21660.37120.3745
Hunter Lab74.30791.431222.1111
CIE-Lab79.16595.775123.9140

#dfbf98 color RGB value is (223,191,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 10011000
Octal 337 277 230
Decimal 223 191 152
Hex DF BF 98

RGB Percentages of Color #dfbf98

%39.40
%33.75
%26.86

CMYK Percentages of Color #dfbf98

%0
%14
%32
%13

Triadic Colors of #dfbf98

#dfbf98 #98dfbf #bf98df

Analogous Colors of #dfbf98

#dfbf98 #dcdf98 #df9c98

Monochromatic Colors of #dfbf98

#dfbf98

Complementary Color

#dfbf98 #98b8df

#dfbf98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbf98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbf98 Color CSS Codes

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

#dfbf98 Text Font Color

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

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


#dfbf98 Background Color

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

This div background color is #dfbf98


#dfbf98 Border Color

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

This div border color is #dfbf98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbf98


Comments

No comments written yet.

Please login to write comment.