Color Hex Logo

#dfbb8b Color Hex

#DFBB8B
(223,187,139)
0 Favorites   0 Comments

Color spaces of #dfbb8b

RGB 223187139
HSL0.100.570.71
HSV34°38°87°
CMYK 0.000.160.38   0.13
XYZ52.861953.092731.8879
Yxy53.09270.38350.3852
Hunter Lab72.86471.984925.0581
CIE-Lab77.92976.316429.1313

#dfbb8b color RGB value is (223,187,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111011 10001011
Octal 337 273 213
Decimal 223 187 139
Hex DF BB 8B

RGB Percentages of Color #dfbb8b

%40.62
%34.06
%25.32

CMYK Percentages of Color #dfbb8b

%0
%16
%38
%13

Triadic Colors of #dfbb8b

#dfbb8b #8bdfbb #bb8bdf

Analogous Colors of #dfbb8b

#dfbb8b #d9df8b #df918b

Monochromatic Colors of #dfbb8b

#dfbb8b

Complementary Color

#dfbb8b #8bafdf

#dfbb8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbb8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbb8b Color CSS Codes

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

#dfbb8b Text Font Color

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

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


#dfbb8b Background Color

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

This div background color is #dfbb8b


#dfbb8b Border Color

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

This div border color is #dfbb8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbb8b


Comments

No comments written yet.

Please login to write comment.