Color Hex Logo

#deba5f Color Hex

#DEBA5F
(222,186,95)
0 Favorites   0 Comments

Color spaces of #deba5f

RGB 22218695
HSL0.120.660.62
HSV43°57°87°
CMYK 0.000.160.57   0.13
XYZ49.748751.473618.1398
Yxy51.47360.41680.4312
Hunter Lab71.7451-1.780435.2309
CIE-Lab76.96502.238750.2351

#deba5f color RGB value is (222,186,95).

#deba5f hex color red value is 222, green value is 186 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #deba5f hue: 0.12 , saturation: 0.66 and the lightness value of deba5f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 01011111
Octal 336 272 137
Decimal 222 186 95
Hex DE BA 5F

RGB Percentages of Color #deba5f

%44.14
%36.98
%18.89

CMYK Percentages of Color #deba5f

%0
%16
%57
%13

Triadic Colors of #deba5f

#deba5f #5fdeba #ba5fde

Analogous Colors of #deba5f

#deba5f #c3de5f #de7b5f

Monochromatic Colors of #deba5f

#deba5f

Complementary Color

#deba5f #5f83de

#deba5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deba5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#deba5f Color CSS Codes

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

#deba5f Text Font Color

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

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


#deba5f Background Color

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

This div background color is #deba5f


#deba5f Border Color

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

This div border color is #deba5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deba5f


Comments

No comments written yet.

Please login to write comment.