Color Hex Logo

#dedb77 Color Hex

#DEDB77
(222,219,119)
0 Favorites   0 Comments

Color spaces of #dedb77

RGB 222219119
HSL0.160.610.67
HSV58°46°87°
CMYK 0.000.010.46   0.13
XYZ58.785567.524527.3880
Yxy67.52450.38250.4393
Hunter Lab82.1733-16.107137.7602
CIE-Lab85.7681-12.651549.2127

#dedb77 color RGB value is (222,219,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 01110111
Octal 336 333 167
Decimal 222 219 119
Hex DE DB 77

RGB Percentages of Color #dedb77

%39.64
%39.11
%21.25

CMYK Percentages of Color #dedb77

%0
%1
%46
%13

Triadic Colors of #dedb77

#dedb77 #77dedb #db77de

Analogous Colors of #dedb77

#dedb77 #aede77 #dea877

Monochromatic Colors of #dedb77

#dedb77

Complementary Color

#dedb77 #777ade

#dedb77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedb77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedb77 Color CSS Codes

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

#dedb77 Text Font Color

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

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


#dedb77 Background Color

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

This div background color is #dedb77


#dedb77 Border Color

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

This div border color is #dedb77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedb77


Comments

No comments written yet.

Please login to write comment.