Color Hex Logo

#dec67e Color Hex

#DEC67E
(222,198,126)
0 Favorites   0 Comments

Color spaces of #dec67e

RGB 222198126
HSL0.130.590.68
HSV45°43°87°
CMYK 0.000.110.43   0.13
XYZ54.084257.424127.9721
Yxy57.42410.38780.4117
Hunter Lab75.7787-5.215031.1594
CIE-Lab80.4175-1.261939.0963

#dec67e color RGB value is (222,198,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000110 01111110
Octal 336 306 176
Decimal 222 198 126
Hex DE C6 7E

RGB Percentages of Color #dec67e

%40.66
%36.26
%23.08

CMYK Percentages of Color #dec67e

%0
%11
%43
%13

Triadic Colors of #dec67e

#dec67e #7edec6 #c67ede

Analogous Colors of #dec67e

#dec67e #c6de7e #de967e

Monochromatic Colors of #dec67e

#dec67e

Complementary Color

#dec67e #7e96de

#dec67e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec67e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec67e Color CSS Codes

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

#dec67e Text Font Color

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

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


#dec67e Background Color

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

This div background color is #dec67e


#dec67e Border Color

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

This div border color is #dec67e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,198,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 #dec67e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec67e


Comments

No comments written yet.

Please login to write comment.