Color Hex Logo

#dec68d Color Hex

#DEC68D
(222,198,141)
0 Favorites   0 Comments

Color spaces of #dec68d

RGB 222198141
HSL0.120.550.71
HSV42°36°87°
CMYK 0.000.110.36   0.13
XYZ55.126057.840833.4583
Yxy57.84080.37650.3950
Hunter Lab76.0531-3.709927.1536
CIE-Lab80.65020.378731.6764

#dec68d color RGB value is (222,198,141).

#dec68d hex color red value is 222, green value is 198 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dec68d hue: 0.12 , saturation: 0.55 and the lightness value of dec68d is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000110 10001101
Octal 336 306 215
Decimal 222 198 141
Hex DE C6 8D

RGB Percentages of Color #dec68d

%39.57
%35.29
%25.13

CMYK Percentages of Color #dec68d

%0
%11
%36
%13

Triadic Colors of #dec68d

#dec68d #8ddec6 #c68dde

Analogous Colors of #dec68d

#dec68d #cede8d #de9e8d

Monochromatic Colors of #dec68d

#dec68d

Complementary Color

#dec68d #8da5de

#dec68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec68d Color CSS Codes

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

#dec68d Text Font Color

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

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


#dec68d Background Color

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

This div background color is #dec68d


#dec68d Border Color

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

This div border color is #dec68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec68d


Comments

No comments written yet.

Please login to write comment.