Color Hex Logo

#dec62f Color Hex

#DEC62F
(222,198,47)
0 Favorites   0 Comments

Color spaces of #dec62f

RGB 22219847
HSL0.140.730.53
HSV52°79°87°
CMYK 0.000.110.79   0.13
XYZ50.831456.123010.8430
Yxy56.12300.43150.4764
Hunter Lab74.9153-9.986243.8593
CIE-Lab79.6838-6.577972.2692

#dec62f color RGB value is (222,198,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000110 00101111
Octal 336 306 57
Decimal 222 198 47
Hex DE C6 2F

RGB Percentages of Color #dec62f

%47.54
%42.40
%10.06

CMYK Percentages of Color #dec62f

%0
%11
%79
%13

Triadic Colors of #dec62f

#dec62f #2fdec6 #c62fde

Analogous Colors of #dec62f

#dec62f #9fde2f #de6f2f

Monochromatic Colors of #dec62f

#dec62f

Complementary Color

#dec62f #2f47de

#dec62f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec62f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec62f Color CSS Codes

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

#dec62f Text Font Color

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

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


#dec62f Background Color

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

This div background color is #dec62f


#dec62f Border Color

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

This div border color is #dec62f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec62f


Comments

No comments written yet.

Please login to write comment.