Color Hex Logo

#dfb070 Color Hex

#DFB070
(223,176,112)
0 Favorites   0 Comments

Color spaces of #dfb070

RGB 223176112
HSL0.100.630.66
HSV35°50°87°
CMYK 0.000.210.50   0.13
XYZ48.881447.908522.0002
Yxy47.90850.41150.4033
Hunter Lab69.21604.931629.6059
CIE-Lab74.76729.356739.1355

#dfb070 color RGB value is (223,176,112).

#dfb070 hex color red value is 223, green value is 176 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dfb070 hue: 0.10 , saturation: 0.63 and the lightness value of dfb070 is 0.66.

The process color (four color CMYK) of #dfb070 color hex is 0.00, 0.21, 0.50, 0.13. Web safe color of #dfb070 is #cc9966. Color #dfb070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 01110000
Octal 337 260 160
Decimal 223 176 112
Hex DF B0 70

RGB Percentages of Color #dfb070

%43.64
%34.44
%21.92

CMYK Percentages of Color #dfb070

%0
%21
%50
%13

Triadic Colors of #dfb070

#dfb070 #70dfb0 #b070df

Analogous Colors of #dfb070

#dfb070 #d7df70 #df7970

Monochromatic Colors of #dfb070

#dfb070

Complementary Color

#dfb070 #709fdf

#dfb070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb070 Color CSS Codes

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

#dfb070 Text Font Color

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

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


#dfb070 Background Color

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

This div background color is #dfb070


#dfb070 Border Color

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

This div border color is #dfb070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb070


Comments

No comments written yet.

Please login to write comment.