Color Hex Logo

#dec49d Color Hex

#DEC49D
(222,196,157)
0 Favorites   0 Comments

Color spaces of #dec49d

RGB 222196157
HSL0.100.500.74
HSV36°29°87°
CMYK 0.000.120.29   0.13
XYZ55.949957.443840.0372
Yxy57.44380.36470.3744
Hunter Lab75.7917-0.865621.7341
CIE-Lab80.42863.401122.9721

#dec49d color RGB value is (222,196,157).

#dec49d hex color red value is 222, green value is 196 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dec49d hue: 0.10 , saturation: 0.50 and the lightness value of dec49d is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000100 10011101
Octal 336 304 235
Decimal 222 196 157
Hex DE C4 9D

RGB Percentages of Color #dec49d

%38.61
%34.09
%27.30

CMYK Percentages of Color #dec49d

%0
%12
%29
%13

Triadic Colors of #dec49d

#dec49d #9ddec4 #c49dde

Analogous Colors of #dec49d

#dec49d #d8de9d #dea49d

Monochromatic Colors of #dec49d

#dec49d

Complementary Color

#dec49d #9db7de

#dec49d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec49d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec49d Color CSS Codes

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

#dec49d Text Font Color

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

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


#dec49d Background Color

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

This div background color is #dec49d


#dec49d Border Color

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

This div border color is #dec49d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec49d


Comments

No comments written yet.

Please login to write comment.