Color Hex Logo

#dfb18e Color Hex

#DFB18E
(223,177,142)
0 Favorites   0 Comments

Color spaces of #dfb18e

RGB 223177142
HSL0.070.560.72
HSV26°36°87°
CMYK 0.000.210.36   0.13
XYZ51.036149.085332.3757
Yxy49.08530.38520.3705
Hunter Lab70.06097.422321.6443
CIE-Lab75.504411.980924.2758

#dfb18e color RGB value is (223,177,142).

#dfb18e hex color red value is 223, green value is 177 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dfb18e hue: 0.07 , saturation: 0.56 and the lightness value of dfb18e is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110001 10001110
Octal 337 261 216
Decimal 223 177 142
Hex DF B1 8E

RGB Percentages of Color #dfb18e

%41.14
%32.66
%26.20

CMYK Percentages of Color #dfb18e

%0
%21
%36
%13

Triadic Colors of #dfb18e

#dfb18e #8edfb1 #b18edf

Analogous Colors of #dfb18e

#dfb18e #dfda8e #df8e94

Monochromatic Colors of #dfb18e

#dfb18e

Complementary Color

#dfb18e #8ebcdf

#dfb18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb18e Color CSS Codes

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

#dfb18e Text Font Color

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

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


#dfb18e Background Color

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

This div background color is #dfb18e


#dfb18e Border Color

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

This div border color is #dfb18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb18e


Comments

No comments written yet.

Please login to write comment.