Color Hex Logo

#deba4e Color Hex

#DEBA4E
(222,186,78)
0 Favorites   0 Comments

Color spaces of #deba4e

RGB 22218678
HSL0.130.690.59
HSV45°65°87°
CMYK 0.000.160.65   0.13
XYZ49.058351.197514.5042
Yxy51.19750.42750.4461
Hunter Lab71.5524-2.832338.0682
CIE-Lab76.79851.083857.8546

#deba4e color RGB value is (222,186,78).

#deba4e hex color red value is 222, green value is 186 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #deba4e hue: 0.13 , saturation: 0.69 and the lightness value of deba4e is 0.59.

The process color (four color CMYK) of #deba4e color hex is 0.00, 0.16, 0.65, 0.13. Web safe color of #deba4e is #cccc66. Color #deba4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 01001110
Octal 336 272 116
Decimal 222 186 78
Hex DE BA 4E

RGB Percentages of Color #deba4e

%45.68
%38.27
%16.05

CMYK Percentages of Color #deba4e

%0
%16
%65
%13

Triadic Colors of #deba4e

#deba4e #4edeba #ba4ede

Analogous Colors of #deba4e

#deba4e #bade4e #de724e

Monochromatic Colors of #deba4e

#deba4e

Complementary Color

#deba4e #4e72de

#deba4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deba4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deba4e Color CSS Codes

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

#deba4e Text Font Color

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

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


#deba4e Background Color

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

This div background color is #deba4e


#deba4e Border Color

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

This div border color is #deba4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deba4e


Comments

No comments written yet.

Please login to write comment.