Color Hex Logo

#deba64 Color Hex

#DEBA64
(222,186,100)
0 Favorites   0 Comments

Color spaces of #deba64

RGB 222186100
HSL0.120.650.63
HSV42°55°87°
CMYK 0.000.160.55   0.13
XYZ49.983451.567519.3757
Yxy51.56750.41330.4264
Hunter Lab71.8105-1.424234.2699
CIE-Lab77.02152.627947.8880

#deba64 color RGB value is (222,186,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 01100100
Octal 336 272 144
Decimal 222 186 100
Hex DE BA 64

RGB Percentages of Color #deba64

%43.70
%36.61
%19.69

CMYK Percentages of Color #deba64

%0
%16
%55
%13

Triadic Colors of #deba64

#deba64 #64deba #ba64de

Analogous Colors of #deba64

#deba64 #c5de64 #de7d64

Monochromatic Colors of #deba64

#deba64

Complementary Color

#deba64 #6488de

#deba64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deba64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deba64 Color CSS Codes

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

#deba64 Text Font Color

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

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


#deba64 Background Color

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

This div background color is #deba64


#deba64 Border Color

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

This div border color is #deba64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deba64


Comments

No comments written yet.

Please login to write comment.