Color Hex Logo

#deb575 Color Hex

#DEB575
(222,181,117)
0 Favorites   0 Comments

Color spaces of #deb575

RGB 222181117
HSL0.100.610.66
HSV37°47°87°
CMYK 0.000.180.47   0.13
XYZ49.859049.861723.8260
Yxy49.86170.40360.4036
Hunter Lab70.61282.464629.4235
CIE-Lab75.98436.763538.0733

#deb575 color RGB value is (222,181,117).

#deb575 hex color red value is 222, green value is 181 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #deb575 hue: 0.10 , saturation: 0.61 and the lightness value of deb575 is 0.66.

The process color (four color CMYK) of #deb575 color hex is 0.00, 0.18, 0.47, 0.13. Web safe color of #deb575 is #cccc66. Color #deb575 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 01110101
Octal 336 265 165
Decimal 222 181 117
Hex DE B5 75

RGB Percentages of Color #deb575

%42.69
%34.81
%22.50

CMYK Percentages of Color #deb575

%0
%18
%47
%13

Triadic Colors of #deb575

#deb575 #75deb5 #b575de

Analogous Colors of #deb575

#deb575 #d3de75 #de8175

Monochromatic Colors of #deb575

#deb575

Complementary Color

#deb575 #759ede

#deb575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb575 Color CSS Codes

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

#deb575 Text Font Color

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

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


#deb575 Background Color

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

This div background color is #deb575


#deb575 Border Color

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

This div border color is #deb575


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,181,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb575


Comments

No comments written yet.

Please login to write comment.