Color Hex Logo

#dec87e Color Hex

#DEC87E
(222,200,126)
0 Favorites   0 Comments

Color spaces of #dec87e

RGB 222200126
HSL0.130.590.68
HSV46°43°87°
CMYK 0.000.100.43   0.13
XYZ54.544458.344528.1255
Yxy58.34450.38680.4137
Hunter Lab76.3836-6.207031.6371
CIE-Lab80.9299-2.298739.7478

#dec87e color RGB value is (222,200,126).

#dec87e hex color red value is 222, green value is 200 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dec87e hue: 0.13 , saturation: 0.59 and the lightness value of dec87e is 0.68.

The process color (four color CMYK) of #dec87e color hex is 0.00, 0.10, 0.43, 0.13. Web safe color of #dec87e is #cccc66. Color #dec87e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001000 01111110
Octal 336 310 176
Decimal 222 200 126
Hex DE C8 7E

RGB Percentages of Color #dec87e

%40.51
%36.50
%22.99

CMYK Percentages of Color #dec87e

%0
%10
%43
%13

Triadic Colors of #dec87e

#dec87e #7edec8 #c87ede

Analogous Colors of #dec87e

#dec87e #c4de7e #de987e

Monochromatic Colors of #dec87e

#dec87e

Complementary Color

#dec87e #7e94de

#dec87e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec87e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec87e Color CSS Codes

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

#dec87e Text Font Color

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

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


#dec87e Background Color

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

This div background color is #dec87e


#dec87e Border Color

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

This div border color is #dec87e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec87e


Comments

No comments written yet.

Please login to write comment.