Color Hex Logo

#deb529 Color Hex

#DEB529
(222,181,41)
0 Favorites   0 Comments

Color spaces of #deb529

RGB 22218141
HSL0.130.730.52
HSV46°82°87°
CMYK 0.000.180.82   0.13
XYZ47.048348.73749.0254
Yxy48.73740.44890.4650
Hunter Lab69.8122-1.875441.2034
CIE-Lab75.28772.041870.1894

#deb529 color RGB value is (222,181,41).

#deb529 hex color red value is 222, green value is 181 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #deb529 hue: 0.13 , saturation: 0.73 and the lightness value of deb529 is 0.52.

The process color (four color CMYK) of #deb529 color hex is 0.00, 0.18, 0.82, 0.13. Web safe color of #deb529 is #cccc33. Color #deb529 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 00101001
Octal 336 265 51
Decimal 222 181 41
Hex DE B5 29

RGB Percentages of Color #deb529

%50.00
%40.77
%9.23

CMYK Percentages of Color #deb529

%0
%18
%82
%13

Triadic Colors of #deb529

#deb529 #29deb5 #b529de

Analogous Colors of #deb529

#deb529 #adde29 #de5b29

Monochromatic Colors of #deb529

#deb529

Complementary Color

#deb529 #2952de

#deb529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb529 Color CSS Codes

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

#deb529 Text Font Color

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

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


#deb529 Background Color

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

This div background color is #deb529


#deb529 Border Color

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

This div border color is #deb529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb529


Comments

No comments written yet.

Please login to write comment.