Color Hex Logo

#dedc58 Color Hex

#DEDC58
(222,220,88)
0 Favorites   0 Comments

Color spaces of #dedc58

RGB 22222088
HSL0.160.670.61
HSV59°60°87°
CMYK 0.000.010.60   0.13
XYZ57.478967.420619.2165
Yxy67.42060.39880.4678
Hunter Lab82.1100-18.738543.6012
CIE-Lab85.7159-15.606263.1873

#dedc58 color RGB value is (222,220,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011100 01011000
Octal 336 334 130
Decimal 222 220 88
Hex DE DC 58

RGB Percentages of Color #dedc58

%41.89
%41.51
%16.60

CMYK Percentages of Color #dedc58

%0
%1
%60
%13

Triadic Colors of #dedc58

#dedc58 #58dedc #dc58de

Analogous Colors of #dedc58

#dedc58 #9dde58 #de9958

Monochromatic Colors of #dedc58

#dedc58

Complementary Color

#dedc58 #585ade

#dedc58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedc58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedc58 Color CSS Codes

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

#dedc58 Text Font Color

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

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


#dedc58 Background Color

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

This div background color is #dedc58


#dedc58 Border Color

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

This div border color is #dedc58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedc58


Comments

No comments written yet.

Please login to write comment.