Color Hex Logo

#deb470 Color Hex

#DEB470
(222,180,112)
0 Favorites   0 Comments

Color spaces of #deb470

RGB 222180112
HSL0.100.630.65
HSV37°50°87°
CMYK 0.000.190.50   0.13
XYZ49.370149.342022.2511
Yxy49.34200.40810.4079
Hunter Lab70.24392.529930.3894
CIE-Lab75.66366.823440.2366

#deb470 color RGB value is (222,180,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110100 01110000
Octal 336 264 160
Decimal 222 180 112
Hex DE B4 70

RGB Percentages of Color #deb470

%43.19
%35.02
%21.79

CMYK Percentages of Color #deb470

%0
%19
%50
%13

Triadic Colors of #deb470

#deb470 #70deb4 #b470de

Analogous Colors of #deb470

#deb470 #d1de70 #de7d70

Monochromatic Colors of #deb470

#deb470

Complementary Color

#deb470 #709ade

#deb470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb470 Color CSS Codes

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

#deb470 Text Font Color

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

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


#deb470 Background Color

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

This div background color is #deb470


#deb470 Border Color

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

This div border color is #deb470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb470


Comments

No comments written yet.

Please login to write comment.