Color Hex Logo

#deb477 Color Hex

#DEB477
(222,180,119)
0 Favorites   0 Comments

Color spaces of #deb477

RGB 222180119
HSL0.100.610.67
HSV36°46°87°
CMYK 0.000.190.46   0.13
XYZ49.775249.504024.3846
Yxy49.50400.40250.4003
Hunter Lab70.35913.150628.7030
CIE-Lab75.76387.487836.7585

#deb477 color RGB value is (222,180,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110100 01110111
Octal 336 264 167
Decimal 222 180 119
Hex DE B4 77

RGB Percentages of Color #deb477

%42.61
%34.55
%22.84

CMYK Percentages of Color #deb477

%0
%19
%46
%13

Triadic Colors of #deb477

#deb477 #77deb4 #b477de

Analogous Colors of #deb477

#deb477 #d5de77 #de8177

Monochromatic Colors of #deb477

#deb477

Complementary Color

#deb477 #77a1de

#deb477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb477 Color CSS Codes

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

#deb477 Text Font Color

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

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


#deb477 Background Color

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

This div background color is #deb477


#deb477 Border Color

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

This div border color is #deb477


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,180,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 #deb477">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb477


Comments

No comments written yet.

Please login to write comment.