Color Hex Logo

#deba47 Color Hex

#DEBA47
(222,186,71)
0 Favorites   0 Comments

Color spaces of #deba47

RGB 22218671
HSL0.130.700.57
HSV46°68°87°
CMYK 0.000.160.68   0.13
XYZ48.820451.102313.2519
Yxy51.10230.43140.4515
Hunter Lab71.4859-3.195939.0491
CIE-Lab76.74090.682560.7839

#deba47 color RGB value is (222,186,71).

#deba47 hex color red value is 222, green value is 186 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #deba47 hue: 0.13 , saturation: 0.70 and the lightness value of deba47 is 0.57.

The process color (four color CMYK) of #deba47 color hex is 0.00, 0.16, 0.68, 0.13. Web safe color of #deba47 is #cccc33. Color #deba47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 01000111
Octal 336 272 107
Decimal 222 186 71
Hex DE BA 47

RGB Percentages of Color #deba47

%46.35
%38.83
%14.82

CMYK Percentages of Color #deba47

%0
%16
%68
%13

Triadic Colors of #deba47

#deba47 #47deba #ba47de

Analogous Colors of #deba47

#deba47 #b7de47 #de6f47

Monochromatic Colors of #deba47

#deba47

Complementary Color

#deba47 #476bde

#deba47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deba47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deba47 Color CSS Codes

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

#deba47 Text Font Color

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

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


#deba47 Background Color

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

This div background color is #deba47


#deba47 Border Color

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

This div border color is #deba47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deba47


Comments

No comments written yet.

Please login to write comment.