Color Hex Logo

#deb83a Color Hex

#DEB83A
(222,184,58)
0 Favorites   0 Comments

Color spaces of #deb83a

RGB 22218458
HSL0.130.710.55
HSV46°74°87°
CMYK 0.000.170.74   0.13
XYZ48.028450.116111.1450
Yxy50.11610.43950.4586
Hunter Lab70.7927-2.786340.2208
CIE-Lab76.14051.093565.3072

#deb83a color RGB value is (222,184,58).

#deb83a hex color red value is 222, green value is 184 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #deb83a hue: 0.13 , saturation: 0.71 and the lightness value of deb83a is 0.55.

The process color (four color CMYK) of #deb83a color hex is 0.00, 0.17, 0.74, 0.13. Web safe color of #deb83a is #cccc33. Color #deb83a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111000 00111010
Octal 336 270 72
Decimal 222 184 58
Hex DE B8 3A

RGB Percentages of Color #deb83a

%47.84
%39.66
%12.50

CMYK Percentages of Color #deb83a

%0
%17
%74
%13

Triadic Colors of #deb83a

#deb83a #3adeb8 #b83ade

Analogous Colors of #deb83a

#deb83a #b2de3a #de663a

Monochromatic Colors of #deb83a

#deb83a

Complementary Color

#deb83a #3a60de

#deb83a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb83a Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb83a Color CSS Codes

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

#deb83a Text Font Color

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

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


#deb83a Background Color

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

This div background color is #deb83a


#deb83a Border Color

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

This div border color is #deb83a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb83a


Comments

No comments written yet.

Please login to write comment.