Color Hex Logo

#dec97d Color Hex

#DEC97D
(222,201,125)
0 Favorites   0 Comments

Color spaces of #dec97d

RGB 222201125
HSL0.130.600.68
HSV47°44°87°
CMYK 0.000.090.44   0.13
XYZ54.712558.783627.8647
Yxy58.78360.38700.4158
Hunter Lab76.6705-6.794632.1213
CIE-Lab81.1725-2.917840.5609

#dec97d color RGB value is (222,201,125).

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

The process color (four color CMYK) of #dec97d color hex is 0.00, 0.09, 0.44, 0.13. Web safe color of #dec97d is #cccc66. Color #dec97d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001001 01111101
Octal 336 311 175
Decimal 222 201 125
Hex DE C9 7D

RGB Percentages of Color #dec97d

%40.51
%36.68
%22.81

CMYK Percentages of Color #dec97d

%0
%9
%44
%13

Triadic Colors of #dec97d

#dec97d #7ddec9 #c97dde

Analogous Colors of #dec97d

#dec97d #c3de7d #de997d

Monochromatic Colors of #dec97d

#dec97d

Complementary Color

#dec97d #7d92de

#dec97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec97d Color CSS Codes

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

#dec97d Text Font Color

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

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


#dec97d Background Color

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

This div background color is #dec97d


#dec97d Border Color

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

This div border color is #dec97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec97d


Comments

No comments written yet.

Please login to write comment.