Color Hex Logo

#dfb288 Color Hex

#DFB288
(223,178,136)
0 Favorites   0 Comments

Color spaces of #dfb288

RGB 223178136
HSL0.080.580.70
HSV29°39°87°
CMYK 0.000.200.39   0.13
XYZ50.795849.306330.1324
Yxy49.30630.39000.3786
Hunter Lab70.21846.244123.7102
CIE-Lab75.641510.751027.6695

#dfb288 color RGB value is (223,178,136).

#dfb288 hex color red value is 223, green value is 178 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #dfb288 hue: 0.08 , saturation: 0.58 and the lightness value of dfb288 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110010 10001000
Octal 337 262 210
Decimal 223 178 136
Hex DF B2 88

RGB Percentages of Color #dfb288

%41.53
%33.15
%25.33

CMYK Percentages of Color #dfb288

%0
%20
%39
%13

Triadic Colors of #dfb288

#dfb288 #88dfb2 #b288df

Analogous Colors of #dfb288

#dfb288 #dfde88 #df888a

Monochromatic Colors of #dfb288

#dfb288

Complementary Color

#dfb288 #88b5df

#dfb288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb288 Color CSS Codes

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

#dfb288 Text Font Color

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

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


#dfb288 Background Color

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

This div background color is #dfb288


#dfb288 Border Color

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

This div border color is #dfb288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb288


Comments

No comments written yet.

Please login to write comment.