Color Hex Logo

#dedc62 Color Hex

#DEDC62
(222,220,98)
0 Favorites   0 Comments

Color spaces of #dedc62

RGB 22222098
HSL0.160.650.63
HSV59°56°87°
CMYK 0.000.010.56   0.13
XYZ57.922067.597821.5501
Yxy67.59780.39380.4596
Hunter Lab82.2179-18.129142.0120
CIE-Lab85.8049-14.906358.9720

#dedc62 color RGB value is (222,220,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011100 01100010
Octal 336 334 142
Decimal 222 220 98
Hex DE DC 62

RGB Percentages of Color #dedc62

%41.11
%40.74
%18.15

CMYK Percentages of Color #dedc62

%0
%1
%56
%13

Triadic Colors of #dedc62

#dedc62 #62dedc #dc62de

Analogous Colors of #dedc62

#dedc62 #a2de62 #de9e62

Monochromatic Colors of #dedc62

#dedc62

Complementary Color

#dedc62 #6264de

#dedc62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedc62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedc62 Color CSS Codes

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

#dedc62 Text Font Color

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

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


#dedc62 Background Color

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

This div background color is #dedc62


#dedc62 Border Color

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

This div border color is #dedc62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedc62


Comments

No comments written yet.

Please login to write comment.