Color Hex Logo

#dedc5a Color Hex

#DEDC5A
(222,220,90)
0 Favorites   0 Comments

Color spaces of #dedc5a

RGB 22222090
HSL0.160.670.61
HSV59°59°87°
CMYK 0.000.010.59   0.13
XYZ57.562967.454219.6589
Yxy67.45420.39790.4662
Hunter Lab82.1305-18.622943.2996
CIE-Lab85.7328-15.473262.3620

#dedc5a color RGB value is (222,220,90).

#dedc5a hex color red value is 222, green value is 220 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #dedc5a hue: 0.16 , saturation: 0.67 and the lightness value of dedc5a is 0.61.

The process color (four color CMYK) of #dedc5a color hex is 0.00, 0.01, 0.59, 0.13. Web safe color of #dedc5a is #cccc66. Color #dedc5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011100 01011010
Octal 336 334 132
Decimal 222 220 90
Hex DE DC 5A

RGB Percentages of Color #dedc5a

%41.73
%41.35
%16.92

CMYK Percentages of Color #dedc5a

%0
%1
%59
%13

Triadic Colors of #dedc5a

#dedc5a #5adedc #dc5ade

Analogous Colors of #dedc5a

#dedc5a #9ede5a #de9a5a

Monochromatic Colors of #dedc5a

#dedc5a

Complementary Color

#dedc5a #5a5cde

#dedc5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedc5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedc5a Color CSS Codes

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

#dedc5a Text Font Color

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

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


#dedc5a Background Color

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

This div background color is #dedc5a


#dedc5a Border Color

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

This div border color is #dedc5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedc5a


Comments

No comments written yet.

Please login to write comment.