Color Hex Logo

#deb085 Color Hex

#DEB085
(222,176,133)
0 Favorites   0 Comments

Color spaces of #deb085

RGB 222176133
HSL0.080.570.70
HSV29°40°87°
CMYK 0.000.210.40   0.13
XYZ49.883248.273728.8789
Yxy48.27370.39270.3800
Hunter Lab69.47936.566823.9917
CIE-Lab74.997211.083328.3917

#deb085 color RGB value is (222,176,133).

#deb085 hex color red value is 222, green value is 176 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #deb085 hue: 0.08 , saturation: 0.57 and the lightness value of deb085 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110000 10000101
Octal 336 260 205
Decimal 222 176 133
Hex DE B0 85

RGB Percentages of Color #deb085

%41.81
%33.15
%25.05

CMYK Percentages of Color #deb085

%0
%21
%40
%13

Triadic Colors of #deb085

#deb085 #85deb0 #b085de

Analogous Colors of #deb085

#deb085 #dedd85 #de8587

Monochromatic Colors of #deb085

#deb085

Complementary Color

#deb085 #85b3de

#deb085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb085 Color CSS Codes

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

#deb085 Text Font Color

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

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


#deb085 Background Color

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

This div background color is #deb085


#deb085 Border Color

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

This div border color is #deb085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb085


Comments

No comments written yet.

Please login to write comment.