Color Hex Logo

#dec32f Color Hex

#DEC32F
(222,195,47)
0 Favorites   0 Comments

Color spaces of #dec32f

RGB 22219547
HSL0.140.730.53
HSV51°79°87°
CMYK 0.000.120.79   0.13
XYZ50.152454.765010.6167
Yxy54.76500.43410.4740
Hunter Lab74.0034-8.535743.2965
CIE-Lab78.9057-5.039471.5771

#dec32f color RGB value is (222,195,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000011 00101111
Octal 336 303 57
Decimal 222 195 47
Hex DE C3 2F

RGB Percentages of Color #dec32f

%47.84
%42.03
%10.13

CMYK Percentages of Color #dec32f

%0
%12
%79
%13

Triadic Colors of #dec32f

#dec32f #2fdec3 #c32fde

Analogous Colors of #dec32f

#dec32f #a2de2f #de6c2f

Monochromatic Colors of #dec32f

#dec32f

Complementary Color

#dec32f #2f4ade

#dec32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec32f Color CSS Codes

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

#dec32f Text Font Color

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

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


#dec32f Background Color

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

This div background color is #dec32f


#dec32f Border Color

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

This div border color is #dec32f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec32f


Comments

No comments written yet.

Please login to write comment.