Color Hex Logo

#deb352 Color Hex

#DEB352
(222,179,82)
0 Favorites   0 Comments

Color spaces of #deb352

RGB 22217982
HSL0.120.680.60
HSV42°63°87°
CMYK 0.000.190.63   0.13
XYZ47.767348.379014.8031
Yxy48.37900.43050.4360
Hunter Lab69.55500.864636.0701
CIE-Lab75.06335.013354.1661

#deb352 color RGB value is (222,179,82).

#deb352 hex color red value is 222, green value is 179 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #deb352 hue: 0.12 , saturation: 0.68 and the lightness value of deb352 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110011 01010010
Octal 336 263 122
Decimal 222 179 82
Hex DE B3 52

RGB Percentages of Color #deb352

%45.96
%37.06
%16.98

CMYK Percentages of Color #deb352

%0
%19
%63
%13

Triadic Colors of #deb352

#deb352 #52deb3 #b352de

Analogous Colors of #deb352

#deb352 #c3de52 #de6d52

Monochromatic Colors of #deb352

#deb352

Complementary Color

#deb352 #527dde

#deb352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb352 Color CSS Codes

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

#deb352 Text Font Color

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

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


#deb352 Background Color

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

This div background color is #deb352


#deb352 Border Color

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

This div border color is #deb352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb352


Comments

No comments written yet.

Please login to write comment.