Color Hex Logo

#dec590 Color Hex

#DEC590
(222,197,144)
0 Favorites   0 Comments

Color spaces of #dec590

RGB 222197144
HSL0.110.540.72
HSV41°35°87°
CMYK 0.000.110.35   0.13
XYZ55.124557.475734.5741
Yxy57.47570.37460.3905
Hunter Lab75.8127-2.882426.0299
CIE-Lab80.44641.253329.8411

#dec590 color RGB value is (222,197,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000101 10010000
Octal 336 305 220
Decimal 222 197 144
Hex DE C5 90

RGB Percentages of Color #dec590

%39.43
%34.99
%25.58

CMYK Percentages of Color #dec590

%0
%11
%35
%13

Triadic Colors of #dec590

#dec590 #90dec5 #c590de

Analogous Colors of #dec590

#dec590 #d0de90 #de9e90

Monochromatic Colors of #dec590

#dec590

Complementary Color

#dec590 #90a9de

#dec590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec590 Color CSS Codes

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

#dec590 Text Font Color

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

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


#dec590 Background Color

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

This div background color is #dec590


#dec590 Border Color

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

This div border color is #dec590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec590


Comments

No comments written yet.

Please login to write comment.