Color Hex Logo

#dec598 Color Hex

#DEC598
(222,197,152)
0 Favorites   0 Comments

Color spaces of #dec598

RGB 222197152
HSL0.110.510.73
HSV39°32°87°
CMYK 0.000.110.32   0.13
XYZ55.757957.729137.9098
Yxy57.72910.36830.3813
Hunter Lab75.9797-1.971723.6032
CIE-Lab80.58792.234225.8310

#dec598 color RGB value is (222,197,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000101 10011000
Octal 336 305 230
Decimal 222 197 152
Hex DE C5 98

RGB Percentages of Color #dec598

%38.88
%34.50
%26.62

CMYK Percentages of Color #dec598

%0
%11
%32
%13

Triadic Colors of #dec598

#dec598 #98dec5 #c598de

Analogous Colors of #dec598

#dec598 #d4de98 #dea298

Monochromatic Colors of #dec598

#dec598

Complementary Color

#dec598 #98b1de

#dec598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec598 Color CSS Codes

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

#dec598 Text Font Color

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

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


#dec598 Background Color

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

This div background color is #dec598


#dec598 Border Color

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

This div border color is #dec598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec598


Comments

No comments written yet.

Please login to write comment.