Color Hex Logo

#dfb190 Color Hex

#DFB190
(223,177,144)
0 Favorites   0 Comments

Color spaces of #dfb190

RGB 223177144
HSL0.070.550.72
HSV25°35°87°
CMYK 0.000.210.35   0.13
XYZ51.187649.145933.1738
Yxy49.14590.38340.3681
Hunter Lab70.10417.652221.0164
CIE-Lab75.542012.220423.2527

#dfb190 color RGB value is (223,177,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110001 10010000
Octal 337 261 220
Decimal 223 177 144
Hex DF B1 90

RGB Percentages of Color #dfb190

%40.99
%32.54
%26.47

CMYK Percentages of Color #dfb190

%0
%21
%35
%13

Triadic Colors of #dfb190

#dfb190 #90dfb1 #b190df

Analogous Colors of #dfb190

#dfb190 #dfd990 #df9097

Monochromatic Colors of #dfb190

#dfb190

Complementary Color

#dfb190 #90bedf

#dfb190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb190 Color CSS Codes

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

#dfb190 Text Font Color

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

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


#dfb190 Background Color

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

This div background color is #dfb190


#dfb190 Border Color

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

This div border color is #dfb190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb190


Comments

No comments written yet.

Please login to write comment.