Color Hex Logo

#deb323 Color Hex

#DEB323
(222,179,35)
0 Favorites   0 Comments

Color spaces of #deb323

RGB 22217935
HSL0.130.740.50
HSV46°84°87°
CMYK 0.000.190.84   0.13
XYZ46.547747.89118.3807
Yxy47.89110.45270.4658
Hunter Lab69.2034-1.043041.2622
CIE-Lab74.75622.924871.4009

#deb323 color RGB value is (222,179,35).

#deb323 hex color red value is 222, green value is 179 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #deb323 hue: 0.13 , saturation: 0.74 and the lightness value of deb323 is 0.50.

The process color (four color CMYK) of #deb323 color hex is 0.00, 0.19, 0.84, 0.13. Web safe color of #deb323 is #cccc33. Color #deb323 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110011 00100011
Octal 336 263 43
Decimal 222 179 35
Hex DE B3 23

RGB Percentages of Color #deb323

%50.92
%41.06
%8.03

CMYK Percentages of Color #deb323

%0
%19
%84
%13

Triadic Colors of #deb323

#deb323 #23deb3 #b323de

Analogous Colors of #deb323

#deb323 #acde23 #de5623

Monochromatic Colors of #deb323

#deb323

Complementary Color

#deb323 #234ede

#deb323 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb323 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb323 Color CSS Codes

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

#deb323 Text Font Color

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

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


#deb323 Background Color

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

This div background color is #deb323


#deb323 Border Color

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

This div border color is #deb323


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb323


Comments

No comments written yet.

Please login to write comment.