Color Hex Logo

#dec347 Color Hex

#DEC347
(222,195,71)
0 Favorites   0 Comments

Color spaces of #dec347

RGB 22219571
HSL0.140.700.57
HSV49°68°87°
CMYK 0.000.120.68   0.13
XYZ50.776655.014713.9039
Yxy55.01470.42420.4596
Hunter Lab74.1719-7.603340.8061
CIE-Lab79.0497-3.990863.1651

#dec347 color RGB value is (222,195,71).

#dec347 hex color red value is 222, green value is 195 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #dec347 hue: 0.14 , saturation: 0.70 and the lightness value of dec347 is 0.57.

The process color (four color CMYK) of #dec347 color hex is 0.00, 0.12, 0.68, 0.13. Web safe color of #dec347 is #cccc33. Color #dec347 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000011 01000111
Octal 336 303 107
Decimal 222 195 71
Hex DE C3 47

RGB Percentages of Color #dec347

%45.49
%39.96
%14.55

CMYK Percentages of Color #dec347

%0
%12
%68
%13

Triadic Colors of #dec347

#dec347 #47dec3 #c347de

Analogous Colors of #dec347

#dec347 #aede47 #de7847

Monochromatic Colors of #dec347

#dec347

Complementary Color

#dec347 #4762de

#dec347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec347 Color CSS Codes

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

#dec347 Text Font Color

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

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


#dec347 Background Color

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

This div background color is #dec347


#dec347 Border Color

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

This div border color is #dec347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec347


Comments

No comments written yet.

Please login to write comment.