Color Hex Logo

#dec488 Color Hex

#DEC488
(222,196,136)
0 Favorites   0 Comments

Color spaces of #dec488

RGB 222196136
HSL0.120.570.70
HSV42°39°87°
CMYK 0.000.120.39   0.13
XYZ54.308156.787031.3912
Yxy56.78700.38110.3985
Hunter Lab75.3571-3.234328.0518
CIE-Lab80.05960.851733.4968

#dec488 color RGB value is (222,196,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000100 10001000
Octal 336 304 210
Decimal 222 196 136
Hex DE C4 88

RGB Percentages of Color #dec488

%40.07
%35.38
%24.55

CMYK Percentages of Color #dec488

%0
%12
%39
%13

Triadic Colors of #dec488

#dec488 #88dec4 #c488de

Analogous Colors of #dec488

#dec488 #cdde88 #de9988

Monochromatic Colors of #dec488

#dec488

Complementary Color

#dec488 #88a2de

#dec488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec488 Color CSS Codes

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

#dec488 Text Font Color

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

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


#dec488 Background Color

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

This div background color is #dec488


#dec488 Border Color

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

This div border color is #dec488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec488


Comments

No comments written yet.

Please login to write comment.