Color Hex Logo

#dec586 Color Hex

#DEC586
(222,197,134)
0 Favorites   0 Comments

Color spaces of #dec586

RGB 222197134
HSL0.120.570.70
HSV43°40°87°
CMYK 0.000.110.40   0.13
XYZ54.393557.183330.7249
Yxy57.18330.38220.4018
Hunter Lab75.6196-3.938628.8437
CIE-Lab80.28260.108134.8227

#dec586 color RGB value is (222,197,134).

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

The process color (four color CMYK) of #dec586 color hex is 0.00, 0.11, 0.40, 0.13. Web safe color of #dec586 is #cccc99. Color #dec586 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000101 10000110
Octal 336 305 206
Decimal 222 197 134
Hex DE C5 86

RGB Percentages of Color #dec586

%40.14
%35.62
%24.23

CMYK Percentages of Color #dec586

%0
%11
%40
%13

Triadic Colors of #dec586

#dec586 #86dec5 #c586de

Analogous Colors of #dec586

#dec586 #cbde86 #de9986

Monochromatic Colors of #dec586

#dec586

Complementary Color

#dec586 #869fde

#dec586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec586 Color CSS Codes

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

#dec586 Text Font Color

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

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


#dec586 Background Color

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

This div background color is #dec586


#dec586 Border Color

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

This div border color is #dec586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec586


Comments

No comments written yet.

Please login to write comment.