Color Hex Logo

#deba40 Color Hex

#DEBA40
(222,186,64)
0 Favorites   0 Comments

Color spaces of #deba40

RGB 22218664
HSL0.130.710.56
HSV46°71°87°
CMYK 0.000.160.71   0.13
XYZ48.608551.017612.1359
Yxy51.01760.43490.4565
Hunter Lab71.4266-3.520639.9248
CIE-Lab76.68970.323363.5598

#deba40 color RGB value is (222,186,64).

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

The process color (four color CMYK) of #deba40 color hex is 0.00, 0.16, 0.71, 0.13. Web safe color of #deba40 is #cccc33. Color #deba40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 01000000
Octal 336 272 100
Decimal 222 186 64
Hex DE BA 40

RGB Percentages of Color #deba40

%47.03
%39.41
%13.56

CMYK Percentages of Color #deba40

%0
%16
%71
%13

Triadic Colors of #deba40

#deba40 #40deba #ba40de

Analogous Colors of #deba40

#deba40 #b3de40 #de6b40

Monochromatic Colors of #deba40

#deba40

Complementary Color

#deba40 #4064de

#deba40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deba40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deba40 Color CSS Codes

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

#deba40 Text Font Color

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

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


#deba40 Background Color

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

This div background color is #deba40


#deba40 Border Color

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

This div border color is #deba40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deba40


Comments

No comments written yet.

Please login to write comment.