Color Hex Logo

#deb046 Color Hex

#DEB046
(222,176,70)
0 Favorites   0 Comments

Color spaces of #deb046

RGB 22217670
HSL0.120.700.57
HSV42°68°87°
CMYK 0.000.210.68   0.13
XYZ46.755047.022512.4063
Yxy47.02250.44030.4428
Hunter Lab68.57301.703737.2743
CIE-Lab74.20425.888558.5648

#deb046 color RGB value is (222,176,70).

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

The process color (four color CMYK) of #deb046 color hex is 0.00, 0.21, 0.68, 0.13. Web safe color of #deb046 is #cc9933. Color #deb046 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110000 01000110
Octal 336 260 106
Decimal 222 176 70
Hex DE B0 46

RGB Percentages of Color #deb046

%47.44
%37.61
%14.96

CMYK Percentages of Color #deb046

%0
%21
%68
%13

Triadic Colors of #deb046

#deb046 #46deb0 #b046de

Analogous Colors of #deb046

#deb046 #c0de46 #de6446

Monochromatic Colors of #deb046

#deb046

Complementary Color

#deb046 #4674de

#deb046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb046 Color CSS Codes

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

#deb046 Text Font Color

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

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


#deb046 Background Color

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

This div background color is #deb046


#deb046 Border Color

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

This div border color is #deb046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb046


Comments

No comments written yet.

Please login to write comment.