Color Hex Logo

#dec887 Color Hex

#DEC887
(222,200,135)
0 Favorites   0 Comments

Color spaces of #dec887

RGB 222200135
HSL0.120.570.70
HSV45°39°87°
CMYK 0.000.100.39   0.13
XYZ55.151758.587431.3234
Yxy58.58740.38020.4039
Hunter Lab76.5424-5.333229.3165
CIE-Lab81.0643-1.341335.3241

#dec887 color RGB value is (222,200,135).

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

The process color (four color CMYK) of #dec887 color hex is 0.00, 0.10, 0.39, 0.13. Web safe color of #dec887 is #cccc99. Color #dec887 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001000 10000111
Octal 336 310 207
Decimal 222 200 135
Hex DE C8 87

RGB Percentages of Color #dec887

%39.86
%35.91
%24.24

CMYK Percentages of Color #dec887

%0
%10
%39
%13

Triadic Colors of #dec887

#dec887 #87dec8 #c887de

Analogous Colors of #dec887

#dec887 #c9de87 #de9d87

Monochromatic Colors of #dec887

#dec887

Complementary Color

#dec887 #879dde

#dec887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec887 Color CSS Codes

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

#dec887 Text Font Color

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

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


#dec887 Background Color

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

This div background color is #dec887


#dec887 Border Color

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

This div border color is #dec887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec887


Comments

No comments written yet.

Please login to write comment.