Color Hex Logo

#deb752 Color Hex

#DEB752
(222,183,82)
0 Favorites   0 Comments

Color spaces of #deb752

RGB 22218382
HSL0.120.680.60
HSV43°63°87°
CMYK 0.000.180.63   0.13
XYZ48.580750.005815.0742
Yxy50.00580.42740.4400
Hunter Lab70.7148-1.122336.8616
CIE-Lab76.07282.905955.2825

#deb752 color RGB value is (222,183,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110111 01010010
Octal 336 267 122
Decimal 222 183 82
Hex DE B7 52

RGB Percentages of Color #deb752

%45.59
%37.58
%16.84

CMYK Percentages of Color #deb752

%0
%18
%63
%13

Triadic Colors of #deb752

#deb752 #52deb7 #b752de

Analogous Colors of #deb752

#deb752 #bfde52 #de7152

Monochromatic Colors of #deb752

#deb752

Complementary Color

#deb752 #5279de

#deb752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb752 Color CSS Codes

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

#deb752 Text Font Color

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

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


#deb752 Background Color

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

This div background color is #deb752


#deb752 Border Color

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

This div border color is #deb752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb752


Comments

No comments written yet.

Please login to write comment.