Color Hex Logo

#dec170 Color Hex

#DEC170
(222,193,112)
0 Favorites   0 Comments

Color spaces of #dec170

RGB 222193112
HSL0.120.630.65
HSV44°50°87°
CMYK 0.000.130.50   0.13
XYZ52.118854.839423.1673
Yxy54.83940.40050.4214
Hunter Lab74.0536-3.965933.2890
CIE-Lab78.9487-0.011544.3053

#dec170 color RGB value is (222,193,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000001 01110000
Octal 336 301 160
Decimal 222 193 112
Hex DE C1 70

RGB Percentages of Color #dec170

%42.13
%36.62
%21.25

CMYK Percentages of Color #dec170

%0
%13
%50
%13

Triadic Colors of #dec170

#dec170 #70dec1 #c170de

Analogous Colors of #dec170

#dec170 #c4de70 #de8a70

Monochromatic Colors of #dec170

#dec170

Complementary Color

#dec170 #708dde

#dec170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec170 Color CSS Codes

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

#dec170 Text Font Color

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

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


#dec170 Background Color

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

This div background color is #dec170


#dec170 Border Color

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

This div border color is #dec170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec170


Comments

No comments written yet.

Please login to write comment.