Color Hex Logo

#dec585 Color Hex

#DEC585
(222,197,133)
0 Favorites   0 Comments

Color spaces of #dec585

RGB 222197133
HSL0.120.570.70
HSV43°40°87°
CMYK 0.000.110.40   0.13
XYZ54.324157.155630.3592
Yxy57.15560.38300.4030
Hunter Lab75.6013-4.039329.1119
CIE-Lab80.2670-0.001535.3184

#dec585 color RGB value is (222,197,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000101 10000101
Octal 336 305 205
Decimal 222 197 133
Hex DE C5 85

RGB Percentages of Color #dec585

%40.22
%35.69
%24.09

CMYK Percentages of Color #dec585

%0
%11
%40
%13

Triadic Colors of #dec585

#dec585 #85dec5 #c585de

Analogous Colors of #dec585

#dec585 #cbde85 #de9985

Monochromatic Colors of #dec585

#dec585

Complementary Color

#dec585 #859ede

#dec585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec585 Color CSS Codes

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

#dec585 Text Font Color

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

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


#dec585 Background Color

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

This div background color is #dec585


#dec585 Border Color

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

This div border color is #dec585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec585


Comments

No comments written yet.

Please login to write comment.