Color Hex Logo

#dfbca5 Color Hex

#DFBCA5
(223,188,165)
0 Favorites   0 Comments

Color spaces of #dfbca5

RGB 223188165
HSL0.070.480.76
HSV24°26°87°
CMYK 0.000.160.26   0.13
XYZ55.206254.371043.1823
Yxy54.37100.36140.3559
Hunter Lab73.73674.602616.8938
CIE-Lab78.67769.083516.2954

#dfbca5 color RGB value is (223,188,165).

#dfbca5 hex color red value is 223, green value is 188 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #dfbca5 hue: 0.07 , saturation: 0.48 and the lightness value of dfbca5 is 0.76.

The process color (four color CMYK) of #dfbca5 color hex is 0.00, 0.16, 0.26, 0.13. Web safe color of #dfbca5 is #cccc99. Color #dfbca5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 10100101
Octal 337 274 245
Decimal 223 188 165
Hex DF BC A5

RGB Percentages of Color #dfbca5

%38.72
%32.64
%28.65

CMYK Percentages of Color #dfbca5

%0
%16
%26
%13

Triadic Colors of #dfbca5

#dfbca5 #a5dfbc #bca5df

Analogous Colors of #dfbca5

#dfbca5 #dfd9a5 #dfa5ab

Monochromatic Colors of #dfbca5

#dfbca5

Complementary Color

#dfbca5 #a5c8df

#dfbca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbca5 Color CSS Codes

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

#dfbca5 Text Font Color

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

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


#dfbca5 Background Color

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

This div background color is #dfbca5


#dfbca5 Border Color

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

This div border color is #dfbca5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbca5

#dfbca5 Color Palettes


Comments

No comments written yet.

Please login to write comment.