Color Hex Logo

#deb552 Color Hex

#DEB552
(222,181,82)
0 Favorites   0 Comments

Color spaces of #deb552

RGB 22218182
HSL0.120.680.60
HSV42°63°87°
CMYK 0.000.180.63   0.13
XYZ48.171149.186514.9377
Yxy49.18650.42900.4380
Hunter Lab70.1331-0.129736.4649
CIE-Lab75.56723.958554.7240

#deb552 color RGB value is (222,181,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 01010010
Octal 336 265 122
Decimal 222 181 82
Hex DE B5 52

RGB Percentages of Color #deb552

%45.77
%37.32
%16.91

CMYK Percentages of Color #deb552

%0
%18
%63
%13

Triadic Colors of #deb552

#deb552 #52deb5 #b552de

Analogous Colors of #deb552

#deb552 #c1de52 #de6f52

Monochromatic Colors of #deb552

#deb552

Complementary Color

#deb552 #527bde

#deb552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb552 Color CSS Codes

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

#deb552 Text Font Color

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

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


#deb552 Background Color

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

This div background color is #deb552


#deb552 Border Color

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

This div border color is #deb552


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb552


Comments

No comments written yet.

Please login to write comment.