color codes Logo

#dec52f color codes

#DEC52F
(222,197,47)
0 Favorites   0 Comments

Color spaces of #dec52f

RGB 22219747
HSL0.140.730.53
HSV51°79°87°
CMYK 0.000.110.79   0.13
XYZ50.603555.667310.7671
Yxy55.66730.43240.4756
Hunter Lab74.6105-9.503443.6712
CIE-Lab79.4241-6.066072.0383

#dec52f color RGB value is (222,197,47).

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

The process color (four color CMYK) of #dec52f color code is 0.00, 0.11, 0.79, 0.13. Web safe color of #dec52f is #cccc33. Color #dec52f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000101 00101111
Octal 336 305 57
Decimal 222 197 47
Hex DE C5 2F

RGB Percentages of Color #dec52f

%47.64
%42.27
%10.09

CMYK Percentages of Color #dec52f

%0
%11
%79
%13

Triadic Colors of #dec52f

#dec52f #2fdec5 #c52fde

Analogous Colors of #dec52f

#dec52f #a0de2f #de6e2f

Monochromatic Colors of #dec52f

#dec52f

Complementary Color

#dec52f #2f48de

#dec52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec52f Color CSS Codes

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

#dec52f Text Font Color

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

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


#dec52f Background Color

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

This div background color is #dec52f


#dec52f Border Color

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

This div border color is #dec52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec52f


Comments

No comments written yet.

Please login to write comment.