Color Hex Logo

#deb81e Color Hex

#DEB81E
(222,184,30)
0 Favorites   0 Comments

Color spaces of #deb81e

RGB 22218430
HSL0.130.760.49
HSV48°86°87°
CMYK 0.000.170.86   0.13
XYZ47.499049.90438.3573
Yxy49.90430.44910.4719
Hunter Lab70.6430-3.605242.4359
CIE-Lab76.01050.185173.6427

#deb81e color RGB value is (222,184,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111000 00011110
Octal 336 270 36
Decimal 222 184 30
Hex DE B8 1E

RGB Percentages of Color #deb81e

%50.92
%42.20
%6.88

CMYK Percentages of Color #deb81e

%0
%17
%86
%13

Triadic Colors of #deb81e

#deb81e #1edeb8 #b81ede

Analogous Colors of #deb81e

#deb81e #a4de1e #de581e

Monochromatic Colors of #deb81e

#deb81e

Complementary Color

#deb81e #1e44de

#deb81e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb81e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb81e Color CSS Codes

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

#deb81e Text Font Color

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

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


#deb81e Background Color

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

This div background color is #deb81e


#deb81e Border Color

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

This div border color is #deb81e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb81e


Comments

No comments written yet.

Please login to write comment.