Color Hex Logo

#deb970 Color Hex

#DEB970
(222,185,112)
0 Favorites   0 Comments

Color spaces of #deb970

RGB 222185112
HSL0.110.630.65
HSV40°50°87°
CMYK 0.000.170.50   0.13
XYZ50.397851.397422.5937
Yxy51.39740.40520.4132
Hunter Lab71.69200.020431.4992
CIE-Lab76.91914.181541.7997

#deb970 color RGB value is (222,185,112).

#deb970 hex color red value is 222, green value is 185 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #deb970 hue: 0.11 , saturation: 0.63 and the lightness value of deb970 is 0.65.

The process color (four color CMYK) of #deb970 color hex is 0.00, 0.17, 0.50, 0.13. Web safe color of #deb970 is #cccc66. Color #deb970 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 01110000
Octal 336 271 160
Decimal 222 185 112
Hex DE B9 70

RGB Percentages of Color #deb970

%42.77
%35.65
%21.58

CMYK Percentages of Color #deb970

%0
%17
%50
%13

Triadic Colors of #deb970

#deb970 #70deb9 #b970de

Analogous Colors of #deb970

#deb970 #ccde70 #de8270

Monochromatic Colors of #deb970

#deb970

Complementary Color

#deb970 #7095de

#deb970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb970 Color CSS Codes

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

#deb970 Text Font Color

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

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


#deb970 Background Color

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

This div background color is #deb970


#deb970 Border Color

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

This div border color is #deb970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb970


Comments

No comments written yet.

Please login to write comment.