Color Hex Logo

#dfb088 Color Hex

#DFB088
(223,176,136)
0 Favorites   0 Comments

Color spaces of #dfb088

RGB 223176136
HSL0.080.580.70
HSV28°39°87°
CMYK 0.000.210.39   0.13
XYZ50.400748.516230.0007
Yxy48.51620.39100.3763
Hunter Lab69.65367.267323.2205
CIE-Lab75.149411.817527.0112

#dfb088 color RGB value is (223,176,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 10001000
Octal 337 260 210
Decimal 223 176 136
Hex DF B0 88

RGB Percentages of Color #dfb088

%41.68
%32.90
%25.42

CMYK Percentages of Color #dfb088

%0
%21
%39
%13

Triadic Colors of #dfb088

#dfb088 #88dfb0 #b088df

Analogous Colors of #dfb088

#dfb088 #dfdc88 #df888c

Monochromatic Colors of #dfb088

#dfb088

Complementary Color

#dfb088 #88b7df

#dfb088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb088 Color CSS Codes

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

#dfb088 Text Font Color

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

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


#dfb088 Background Color

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

This div background color is #dfb088


#dfb088 Border Color

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

This div border color is #dfb088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb088


Comments

No comments written yet.

Please login to write comment.