Color Hex Logo

#dedb78 Color Hex

#DEDB78
(222,219,120)
0 Favorites   0 Comments

Color spaces of #dedb78

RGB 222219120
HSL0.160.610.67
HSV58°46°87°
CMYK 0.000.010.46   0.13
XYZ58.845967.548727.7060
Yxy67.54870.38190.4383
Hunter Lab82.1880-16.024637.5446
CIE-Lab85.7803-12.558048.7469

#dedb78 color RGB value is (222,219,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 01111000
Octal 336 333 170
Decimal 222 219 120
Hex DE DB 78

RGB Percentages of Color #dedb78

%39.57
%39.04
%21.39

CMYK Percentages of Color #dedb78

%0
%1
%46
%13

Triadic Colors of #dedb78

#dedb78 #78dedb #db78de

Analogous Colors of #dedb78

#dedb78 #aede78 #dea878

Monochromatic Colors of #dedb78

#dedb78

Complementary Color

#dedb78 #787bde

#dedb78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedb78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedb78 Color CSS Codes

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

#dedb78 Text Font Color

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

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


#dedb78 Background Color

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

This div background color is #dedb78


#dedb78 Border Color

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

This div border color is #dedb78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedb78


Comments

No comments written yet.

Please login to write comment.