Color Hex Logo

#deba2a Color Hex

#DEBA2A
(222,186,42)
0 Favorites   0 Comments

Color spaces of #deba2a

RGB 22218642
HSL0.130.730.52
HSV48°81°87°
CMYK 0.000.160.81   0.13
XYZ48.101050.81469.4635
Yxy50.81460.44380.4689
Hunter Lab71.2844-4.300142.0279
CIE-Lab76.5666-0.542571.0057

#deba2a color RGB value is (222,186,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 00101010
Octal 336 272 52
Decimal 222 186 42
Hex DE BA 2A

RGB Percentages of Color #deba2a

%49.33
%41.33
%9.33

CMYK Percentages of Color #deba2a

%0
%16
%81
%13

Triadic Colors of #deba2a

#deba2a #2adeba #ba2ade

Analogous Colors of #deba2a

#deba2a #a8de2a #de602a

Monochromatic Colors of #deba2a

#deba2a

Complementary Color

#deba2a #2a4ede

#deba2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deba2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#deba2a Color CSS Codes

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

#deba2a Text Font Color

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

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


#deba2a Background Color

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

This div background color is #deba2a


#deba2a Border Color

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

This div border color is #deba2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deba2a


Comments

No comments written yet.

Please login to write comment.