Color Hex Logo

#dec177 Color Hex

#DEC177
(222,193,119)
0 Favorites   0 Comments

Color spaces of #dec177

RGB 222193119
HSL0.120.610.67
HSV43°46°87°
CMYK 0.000.130.46   0.13
XYZ52.523955.001425.3008
Yxy55.00140.39540.4141
Hunter Lab74.1629-3.367331.6872
CIE-Lab79.04210.643540.9082

#dec177 color RGB value is (222,193,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000001 01110111
Octal 336 301 167
Decimal 222 193 119
Hex DE C1 77

RGB Percentages of Color #dec177

%41.57
%36.14
%22.28

CMYK Percentages of Color #dec177

%0
%13
%46
%13

Triadic Colors of #dec177

#dec177 #77dec1 #c177de

Analogous Colors of #dec177

#dec177 #c8de77 #de8e77

Monochromatic Colors of #dec177

#dec177

Complementary Color

#dec177 #7794de

#dec177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec177 Color CSS Codes

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

#dec177 Text Font Color

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

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


#dec177 Background Color

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

This div background color is #dec177


#dec177 Border Color

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

This div border color is #dec177


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec177


Comments

No comments written yet.

Please login to write comment.