Color Hex Logo

#dfb08b Color Hex

#DFB08B
(223,176,139)
0 Favorites   0 Comments

Color spaces of #dfb08b

RGB 223176139
HSL0.070.570.71
HSV26°38°87°
CMYK 0.000.210.38   0.13
XYZ50.617048.602731.1396
Yxy48.60270.38830.3728
Hunter Lab69.71567.597522.3181
CIE-Lab75.203512.162325.4781

#dfb08b color RGB value is (223,176,139).

#dfb08b hex color red value is 223, green value is 176 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #dfb08b hue: 0.07 , saturation: 0.57 and the lightness value of dfb08b is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 10001011
Octal 337 260 213
Decimal 223 176 139
Hex DF B0 8B

RGB Percentages of Color #dfb08b

%41.45
%32.71
%25.84

CMYK Percentages of Color #dfb08b

%0
%21
%38
%13

Triadic Colors of #dfb08b

#dfb08b #8bdfb0 #b08bdf

Analogous Colors of #dfb08b

#dfb08b #dfda8b #df8b90

Monochromatic Colors of #dfb08b

#dfb08b

Complementary Color

#dfb08b #8bbadf

#dfb08b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb08b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb08b Color CSS Codes

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

#dfb08b Text Font Color

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

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


#dfb08b Background Color

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

This div background color is #dfb08b


#dfb08b Border Color

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

This div border color is #dfb08b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb08b

#dfb08b Color Palettes


Comments

No comments written yet.

Please login to write comment.