Color Hex Logo

#dece47 Color Hex

#DECE47
(222,206,71)
0 Favorites   0 Comments

Color spaces of #dece47

RGB 22220671
HSL0.150.700.57
HSV54°68°87°
CMYK 0.000.070.68   0.13
XYZ53.332860.127114.7560
Yxy60.12710.41600.4690
Hunter Lab77.5417-12.926442.9964
CIE-Lab81.9072-9.610766.0750

#dece47 color RGB value is (222,206,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001110 01000111
Octal 336 316 107
Decimal 222 206 71
Hex DE CE 47

RGB Percentages of Color #dece47

%44.49
%41.28
%14.23

CMYK Percentages of Color #dece47

%0
%7
%68
%13

Triadic Colors of #dece47

#dece47 #47dece #ce47de

Analogous Colors of #dece47

#dece47 #a3de47 #de8347

Monochromatic Colors of #dece47

#dece47

Complementary Color

#dece47 #4757de

#dece47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dece47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dece47 Color CSS Codes

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

#dece47 Text Font Color

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

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


#dece47 Background Color

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

This div background color is #dece47


#dece47 Border Color

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

This div border color is #dece47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dece47


Comments

No comments written yet.

Please login to write comment.