Color Hex Logo

#dec387 Color Hex

#DEC387
(222,195,135)
0 Favorites   0 Comments

Color spaces of #dec387

RGB 222195135
HSL0.110.570.70
HSV41°39°87°
CMYK 0.000.120.39   0.13
XYZ54.012556.309130.9436
Yxy56.30910.38230.3986
Hunter Lab75.0394-2.836728.0785
CIE-Lab79.78941.262333.6619

#dec387 color RGB value is (222,195,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000011 10000111
Octal 336 303 207
Decimal 222 195 135
Hex DE C3 87

RGB Percentages of Color #dec387

%40.22
%35.33
%24.46

CMYK Percentages of Color #dec387

%0
%12
%39
%13

Triadic Colors of #dec387

#dec387 #87dec3 #c387de

Analogous Colors of #dec387

#dec387 #cede87 #de9887

Monochromatic Colors of #dec387

#dec387

Complementary Color

#dec387 #87a2de

#dec387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec387 Color CSS Codes

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

#dec387 Text Font Color

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

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


#dec387 Background Color

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

This div background color is #dec387


#dec387 Border Color

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

This div border color is #dec387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec387


Comments

No comments written yet.

Please login to write comment.