Color Hex Logo

#dec594 Color Hex

#DEC594
(222,197,148)
0 Favorites   0 Comments

Color spaces of #dec594

RGB 222197148
HSL0.110.530.73
HSV40°33°87°
CMYK 0.000.110.33   0.13
XYZ55.435757.600236.2131
Yxy57.60020.37140.3859
Hunter Lab75.8948-2.434524.8362
CIE-Lab80.51601.736527.8382

#dec594 color RGB value is (222,197,148).

#dec594 hex color red value is 222, green value is 197 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #dec594 hue: 0.11 , saturation: 0.53 and the lightness value of dec594 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000101 10010100
Octal 336 305 224
Decimal 222 197 148
Hex DE C5 94

RGB Percentages of Color #dec594

%39.15
%34.74
%26.10

CMYK Percentages of Color #dec594

%0
%11
%33
%13

Triadic Colors of #dec594

#dec594 #94dec5 #c594de

Analogous Colors of #dec594

#dec594 #d2de94 #dea094

Monochromatic Colors of #dec594

#dec594

Complementary Color

#dec594 #94adde

#dec594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec594 Color CSS Codes

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

#dec594 Text Font Color

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

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


#dec594 Background Color

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

This div background color is #dec594


#dec594 Border Color

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

This div border color is #dec594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec594


Comments

No comments written yet.

Please login to write comment.