Color Hex Logo

#dec489 Color Hex

#DEC489
(222,196,137)
0 Favorites   0 Comments

Color spaces of #dec489

RGB 222196137
HSL0.120.560.70
HSV42°38°87°
CMYK 0.000.120.38   0.13
XYZ54.379556.815631.7673
Yxy56.81560.38040.3974
Hunter Lab75.3761-3.130827.7755
CIE-Lab80.07580.963932.9990

#dec489 color RGB value is (222,196,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000100 10001001
Octal 336 304 211
Decimal 222 196 137
Hex DE C4 89

RGB Percentages of Color #dec489

%40.00
%35.32
%24.68

CMYK Percentages of Color #dec489

%0
%12
%38
%13

Triadic Colors of #dec489

#dec489 #89dec4 #c489de

Analogous Colors of #dec489

#dec489 #cede89 #de9a89

Monochromatic Colors of #dec489

#dec489

Complementary Color

#dec489 #89a3de

#dec489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec489 Color CSS Codes

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

#dec489 Text Font Color

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

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


#dec489 Background Color

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

This div background color is #dec489


#dec489 Border Color

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

This div border color is #dec489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec489

#dec489 Color Palettes


Comments

No comments written yet.

Please login to write comment.