Color Hex Logo

#dec83d Color Hex

#DEC83D
(222,200,61)
0 Favorites   0 Comments

Color spaces of #dec83d

RGB 22220061
HSL0.140.710.55
HSV52°73°87°
CMYK 0.000.100.73   0.13
XYZ51.620857.175112.7301
Yxy57.17510.42480.4705
Hunter Lab75.6142-10.465442.9481
CIE-Lab80.2780-7.049068.2006

#dec83d color RGB value is (222,200,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001000 00111101
Octal 336 310 75
Decimal 222 200 61
Hex DE C8 3D

RGB Percentages of Color #dec83d

%45.96
%41.41
%12.63

CMYK Percentages of Color #dec83d

%0
%10
%73
%13

Triadic Colors of #dec83d

#dec83d #3ddec8 #c83dde

Analogous Colors of #dec83d

#dec83d #a4de3d #de783d

Monochromatic Colors of #dec83d

#dec83d

Complementary Color

#dec83d #3d53de

#dec83d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec83d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec83d Color CSS Codes

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

#dec83d Text Font Color

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

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


#dec83d Background Color

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

This div background color is #dec83d


#dec83d Border Color

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

This div border color is #dec83d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec83d


Comments

No comments written yet.

Please login to write comment.