Color Hex Logo

#dfb28b Color Hex

#DFB28B
(223,178,139)
0 Favorites   0 Comments

Color spaces of #dfb28b

RGB 223178139
HSL0.080.570.71
HSV28°38°87°
CMYK 0.000.200.38   0.13
XYZ51.012049.392831.2712
Yxy49.39280.38740.3751
Hunter Lab70.28006.572322.8148
CIE-Lab75.695011.095026.1402

#dfb28b color RGB value is (223,178,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110010 10001011
Octal 337 262 213
Decimal 223 178 139
Hex DF B2 8B

RGB Percentages of Color #dfb28b

%41.30
%32.96
%25.74

CMYK Percentages of Color #dfb28b

%0
%20
%38
%13

Triadic Colors of #dfb28b

#dfb28b #8bdfb2 #b28bdf

Analogous Colors of #dfb28b

#dfb28b #dfdc8b #df8b8e

Monochromatic Colors of #dfb28b

#dfb28b

Complementary Color

#dfb28b #8bb8df

#dfb28b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb28b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb28b Color CSS Codes

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

#dfb28b Text Font Color

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

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


#dfb28b Background Color

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

This div background color is #dfb28b


#dfb28b Border Color

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

This div border color is #dfb28b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb28b


Comments

No comments written yet.

Please login to write comment.