Color Hex Logo

#dec73d Color Hex

#DEC73D
(222,199,61)
0 Favorites   0 Comments

Color spaces of #dec73d

RGB 22219961
HSL0.140.710.55
HSV51°73°87°
CMYK 0.000.100.73   0.13
XYZ51.389956.713412.6531
Yxy56.71340.42560.4697
Hunter Lab75.3083-9.982342.7541
CIE-Lab80.0181-6.538067.9502

#dec73d color RGB value is (222,199,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000111 00111101
Octal 336 307 75
Decimal 222 199 61
Hex DE C7 3D

RGB Percentages of Color #dec73d

%46.06
%41.29
%12.66

CMYK Percentages of Color #dec73d

%0
%10
%73
%13

Triadic Colors of #dec73d

#dec73d #3ddec7 #c73dde

Analogous Colors of #dec73d

#dec73d #a5de3d #de773d

Monochromatic Colors of #dec73d

#dec73d

Complementary Color

#dec73d #3d54de

#dec73d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec73d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec73d Color CSS Codes

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

#dec73d Text Font Color

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

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


#dec73d Background Color

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

This div background color is #dec73d


#dec73d Border Color

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

This div border color is #dec73d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec73d


Comments

No comments written yet.

Please login to write comment.