Color Hex Logo

#dec670 Color Hex

#DEC670
(222,198,112)
0 Favorites   0 Comments

Color spaces of #dec670

RGB 222198112
HSL0.130.630.65
HSV47°50°87°
CMYK 0.000.110.50   0.13
XYZ53.242957.087623.5420
Yxy57.08760.39770.4264
Hunter Lab75.5563-6.438534.4157
CIE-Lab80.2288-2.608245.8722

#dec670 color RGB value is (222,198,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000110 01110000
Octal 336 306 160
Decimal 222 198 112
Hex DE C6 70

RGB Percentages of Color #dec670

%41.73
%37.22
%21.05

CMYK Percentages of Color #dec670

%0
%11
%50
%13

Triadic Colors of #dec670

#dec670 #70dec6 #c670de

Analogous Colors of #dec670

#dec670 #bfde70 #de8f70

Monochromatic Colors of #dec670

#dec670

Complementary Color

#dec670 #7088de

#dec670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec670 Color CSS Codes

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

#dec670 Text Font Color

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

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


#dec670 Background Color

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

This div background color is #dec670


#dec670 Border Color

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

This div border color is #dec670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec670


Comments

No comments written yet.

Please login to write comment.