Color Hex Logo

#dec179 Color Hex

#DEC179
(222,193,121)
0 Favorites   0 Comments

Color spaces of #dec179

RGB 222193121
HSL0.120.600.67
HSV43°45°87°
CMYK 0.000.130.45   0.13
XYZ52.645455.050025.9402
Yxy55.05000.39390.4119
Hunter Lab74.1957-3.188131.2081
CIE-Lab79.07010.839039.9293

#dec179 color RGB value is (222,193,121).

#dec179 hex color red value is 222, green value is 193 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #dec179 hue: 0.12 , saturation: 0.60 and the lightness value of dec179 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000001 01111001
Octal 336 301 171
Decimal 222 193 121
Hex DE C1 79

RGB Percentages of Color #dec179

%41.42
%36.01
%22.57

CMYK Percentages of Color #dec179

%0
%13
%45
%13

Triadic Colors of #dec179

#dec179 #79dec1 #c179de

Analogous Colors of #dec179

#dec179 #c9de79 #de8f79

Monochromatic Colors of #dec179

#dec179

Complementary Color

#dec179 #7996de

#dec179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec179 Color CSS Codes

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

#dec179 Text Font Color

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

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


#dec179 Background Color

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

This div background color is #dec179


#dec179 Border Color

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

This div border color is #dec179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec179


Comments

No comments written yet.

Please login to write comment.