Color Hex Logo

#dec97f Color Hex

#DEC97F
(222,201,127)
0 Favorites   0 Comments

Color spaces of #dec97f

RGB 222201127
HSL0.130.590.68
HSV47°43°87°
CMYK 0.000.090.43   0.13
XYZ54.841658.835228.5445
Yxy58.83520.38560.4137
Hunter Lab76.7041-6.609031.6288
CIE-Lab81.2009-2.713439.5856

#dec97f color RGB value is (222,201,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001001 01111111
Octal 336 311 177
Decimal 222 201 127
Hex DE C9 7F

RGB Percentages of Color #dec97f

%40.36
%36.55
%23.09

CMYK Percentages of Color #dec97f

%0
%9
%43
%13

Triadic Colors of #dec97f

#dec97f #7fdec9 #c97fde

Analogous Colors of #dec97f

#dec97f #c4de7f #de9a7f

Monochromatic Colors of #dec97f

#dec97f

Complementary Color

#dec97f #7f94de

#dec97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec97f Color CSS Codes

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

#dec97f Text Font Color

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

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


#dec97f Background Color

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

This div background color is #dec97f


#dec97f Border Color

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

This div border color is #dec97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec97f


Comments

No comments written yet.

Please login to write comment.