Color Hex Logo

#dfb090 Color Hex

#DFB090
(223,176,144)
0 Favorites   0 Comments

Color spaces of #dfb090

RGB 223176144
HSL0.070.550.72
HSV24°35°87°
CMYK 0.000.210.35   0.13
XYZ50.990848.752333.1082
Yxy48.75230.38380.3670
Hunter Lab69.82288.166520.7622
CIE-Lab75.297012.754622.9190

#dfb090 color RGB value is (223,176,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 10010000
Octal 337 260 220
Decimal 223 176 144
Hex DF B0 90

RGB Percentages of Color #dfb090

%41.07
%32.41
%26.52

CMYK Percentages of Color #dfb090

%0
%21
%35
%13

Triadic Colors of #dfb090

#dfb090 #90dfb0 #b090df

Analogous Colors of #dfb090

#dfb090 #dfd890 #df9098

Monochromatic Colors of #dfb090

#dfb090

Complementary Color

#dfb090 #90bfdf

#dfb090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb090 Color CSS Codes

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

#dfb090 Text Font Color

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

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


#dfb090 Background Color

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

This div background color is #dfb090


#dfb090 Border Color

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

This div border color is #dfb090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb090


Comments

No comments written yet.

Please login to write comment.