Color Hex Logo

#dec53d Color Hex

#DEC53D
(222,197,61)
0 Favorites   0 Comments

Color spaces of #dec53d

RGB 22219761
HSL0.140.710.55
HSV51°73°87°
CMYK 0.000.110.73   0.13
XYZ50.932855.799012.5007
Yxy55.79900.42720.4680
Hunter Lab74.6987-9.013842.3670
CIE-Lab79.4993-5.513067.4491

#dec53d color RGB value is (222,197,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000101 00111101
Octal 336 305 75
Decimal 222 197 61
Hex DE C5 3D

RGB Percentages of Color #dec53d

%46.25
%41.04
%12.71

CMYK Percentages of Color #dec53d

%0
%11
%73
%13

Triadic Colors of #dec53d

#dec53d #3ddec5 #c53dde

Analogous Colors of #dec53d

#dec53d #a7de3d #de753d

Monochromatic Colors of #dec53d

#dec53d

Complementary Color

#dec53d #3d56de

#dec53d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec53d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec53d Color CSS Codes

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

#dec53d Text Font Color

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

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


#dec53d Background Color

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

This div background color is #dec53d


#dec53d Border Color

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

This div border color is #dec53d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec53d


Comments

No comments written yet.

Please login to write comment.