Color Hex Logo

#dfbf95 Color Hex

#DFBF95
(223,191,149)
0 Favorites   0 Comments

Color spaces of #dfbf95

RGB 223191149
HSL0.090.540.73
HSV34°33°87°
CMYK 0.000.140.33   0.13
XYZ54.487055.119536.2011
Yxy55.11950.37370.3780
Hunter Lab74.24251.077823.0596
CIE-Lab79.11015.399925.4294

#dfbf95 color RGB value is (223,191,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 10010101
Octal 337 277 225
Decimal 223 191 149
Hex DF BF 95

RGB Percentages of Color #dfbf95

%39.61
%33.93
%26.47

CMYK Percentages of Color #dfbf95

%0
%14
%33
%13

Triadic Colors of #dfbf95

#dfbf95 #95dfbf #bf95df

Analogous Colors of #dfbf95

#dfbf95 #dadf95 #df9a95

Monochromatic Colors of #dfbf95

#dfbf95

Complementary Color

#dfbf95 #95b5df

#dfbf95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbf95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbf95 Color CSS Codes

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

#dfbf95 Text Font Color

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

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


#dfbf95 Background Color

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

This div background color is #dfbf95


#dfbf95 Border Color

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

This div border color is #dfbf95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbf95


Comments

No comments written yet.

Please login to write comment.