Color Hex Logo

#dec47f Color Hex

#DEC47F
(222,196,127)
0 Favorites   0 Comments

Color spaces of #dec47f

RGB 222196127
HSL0.120.590.68
HSV44°43°87°
CMYK 0.000.120.43   0.13
XYZ53.694956.541828.1623
Yxy56.54180.38800.4085
Hunter Lab75.1943-4.126330.4303
CIE-Lab79.9212-0.119037.9530

#dec47f color RGB value is (222,196,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000100 01111111
Octal 336 304 177
Decimal 222 196 127
Hex DE C4 7F

RGB Percentages of Color #dec47f

%40.73
%35.96
%23.30

CMYK Percentages of Color #dec47f

%0
%12
%43
%13

Triadic Colors of #dec47f

#dec47f #7fdec4 #c47fde

Analogous Colors of #dec47f

#dec47f #c9de7f #de957f

Monochromatic Colors of #dec47f

#dec47f

Complementary Color

#dec47f #7f99de

#dec47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec47f Color CSS Codes

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

#dec47f Text Font Color

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

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


#dec47f Background Color

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

This div background color is #dec47f


#dec47f Border Color

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

This div border color is #dec47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec47f


Comments

No comments written yet.

Please login to write comment.