Color Hex Logo

#deb286 Color Hex

#DEB286
(222,178,134)
0 Favorites   0 Comments

Color spaces of #deb286

RGB 222178134
HSL0.080.570.70
HSV30°40°87°
CMYK 0.000.200.40   0.13
XYZ50.347749.091629.3763
Yxy49.09160.39090.3811
Hunter Lab70.06545.652424.1873
CIE-Lab75.508310.128528.5392

#deb286 color RGB value is (222,178,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110010 10000110
Octal 336 262 206
Decimal 222 178 134
Hex DE B2 86

RGB Percentages of Color #deb286

%41.57
%33.33
%25.09

CMYK Percentages of Color #deb286

%0
%20
%40
%13

Triadic Colors of #deb286

#deb286 #86deb2 #b286de

Analogous Colors of #deb286

#deb286 #dede86 #de8686

Monochromatic Colors of #deb286

#deb286

Complementary Color

#deb286 #86b2de

#deb286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb286 Color CSS Codes

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

#deb286 Text Font Color

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

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


#deb286 Background Color

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

This div background color is #deb286


#deb286 Border Color

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

This div border color is #deb286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb286


Comments

No comments written yet.

Please login to write comment.