Color Hex Logo

#dedc68 Color Hex

#DEDC68
(222,220,104)
0 Favorites   0 Comments

Color spaces of #dedc68

RGB 222220104
HSL0.160.640.64
HSV59°53°87°
CMYK 0.000.010.53   0.13
XYZ58.216167.715523.0988
Yxy67.71550.39060.4544
Hunter Lab82.2894-17.725740.9598
CIE-Lab85.8640-14.444656.3461

#dedc68 color RGB value is (222,220,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011100 01101000
Octal 336 334 150
Decimal 222 220 104
Hex DE DC 68

RGB Percentages of Color #dedc68

%40.66
%40.29
%19.05

CMYK Percentages of Color #dedc68

%0
%1
%53
%13

Triadic Colors of #dedc68

#dedc68 #68dedc #dc68de

Analogous Colors of #dedc68

#dedc68 #a5de68 #dea168

Monochromatic Colors of #dedc68

#dedc68

Complementary Color

#dedc68 #686ade

#dedc68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedc68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedc68 Color CSS Codes

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

#dedc68 Text Font Color

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

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


#dedc68 Background Color

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

This div background color is #dedc68


#dedc68 Border Color

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

This div border color is #dedc68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedc68


Comments

No comments written yet.

Please login to write comment.