Color Hex Logo

#dec385 Color Hex

#DEC385
(222,195,133)
0 Favorites   0 Comments

Color spaces of #dec385

RGB 222195133
HSL0.120.570.70
HSV42°40°87°
CMYK 0.000.120.40   0.13
XYZ53.872956.253330.2089
Yxy56.25330.38390.4008
Hunter Lab75.0022-3.040128.6211
CIE-Lab79.75781.041734.6563

#dec385 color RGB value is (222,195,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000011 10000101
Octal 336 303 205
Decimal 222 195 133
Hex DE C3 85

RGB Percentages of Color #dec385

%40.36
%35.45
%24.18

CMYK Percentages of Color #dec385

%0
%12
%40
%13

Triadic Colors of #dec385

#dec385 #85dec3 #c385de

Analogous Colors of #dec385

#dec385 #cdde85 #de9785

Monochromatic Colors of #dec385

#dec385

Complementary Color

#dec385 #85a0de

#dec385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec385 Color CSS Codes

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

#dec385 Text Font Color

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

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


#dec385 Background Color

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

This div background color is #dec385


#dec385 Border Color

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

This div border color is #dec385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec385


Comments

No comments written yet.

Please login to write comment.