Color Hex Logo

#dedc64 Color Hex

#DEDC64
(222,220,100)
0 Favorites   0 Comments

Color spaces of #dedc64

RGB 222220100
HSL0.160.650.63
HSV59°55°87°
CMYK 0.000.010.55   0.13
XYZ58.017767.636122.0538
Yxy67.63610.39280.4579
Hunter Lab82.2412-17.997841.6696
CIE-Lab85.8242-14.755858.1040

#dedc64 color RGB value is (222,220,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011100 01100100
Octal 336 334 144
Decimal 222 220 100
Hex DE DC 64

RGB Percentages of Color #dedc64

%40.96
%40.59
%18.45

CMYK Percentages of Color #dedc64

%0
%1
%55
%13

Triadic Colors of #dedc64

#dedc64 #64dedc #dc64de

Analogous Colors of #dedc64

#dedc64 #a3de64 #de9f64

Monochromatic Colors of #dedc64

#dedc64

Complementary Color

#dedc64 #6466de

#dedc64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedc64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedc64 Color CSS Codes

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

#dedc64 Text Font Color

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

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


#dedc64 Background Color

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

This div background color is #dedc64


#dedc64 Border Color

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

This div border color is #dedc64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedc64


Comments

No comments written yet.

Please login to write comment.