Color Hex Logo

#deba57 Color Hex

#DEBA57
(222,186,87)
0 Favorites   0 Comments

Color spaces of #deba57

RGB 22218687
HSL0.120.670.61
HSV44°61°87°
CMYK 0.000.160.61   0.13
XYZ49.403451.335516.3217
Yxy51.33550.42200.4385
Hunter Lab71.6488-2.305836.6478
CIE-Lab76.88181.663053.8985

#deba57 color RGB value is (222,186,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 01010111
Octal 336 272 127
Decimal 222 186 87
Hex DE BA 57

RGB Percentages of Color #deba57

%44.85
%37.58
%17.58

CMYK Percentages of Color #deba57

%0
%16
%61
%13

Triadic Colors of #deba57

#deba57 #57deba #ba57de

Analogous Colors of #deba57

#deba57 #bfde57 #de7757

Monochromatic Colors of #deba57

#deba57

Complementary Color

#deba57 #577bde

#deba57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deba57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deba57 Color CSS Codes

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

#deba57 Text Font Color

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

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


#deba57 Background Color

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

This div background color is #deba57


#deba57 Border Color

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

This div border color is #deba57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deba57


Comments

No comments written yet.

Please login to write comment.