Color Hex Logo

#deba20 Color Hex

#DEBA20
(222,186,32)
0 Favorites   0 Comments

Color spaces of #deba20

RGB 22218632
HSL0.140.750.50
HSV49°86°87°
CMYK 0.000.160.86   0.13
XYZ47.943850.75178.6356
Yxy50.75170.44670.4729
Hunter Lab71.2402-4.542142.6811
CIE-Lab76.5284-0.812473.6024

#deba20 color RGB value is (222,186,32).

#deba20 hex color red value is 222, green value is 186 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #deba20 hue: 0.14 , saturation: 0.75 and the lightness value of deba20 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 00100000
Octal 336 272 40
Decimal 222 186 32
Hex DE BA 20

RGB Percentages of Color #deba20

%50.45
%42.27
%7.27

CMYK Percentages of Color #deba20

%0
%16
%86
%13

Triadic Colors of #deba20

#deba20 #20deba #ba20de

Analogous Colors of #deba20

#deba20 #a3de20 #de5b20

Monochromatic Colors of #deba20

#deba20

Complementary Color

#deba20 #2044de

#deba20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deba20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deba20 Color CSS Codes

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

#deba20 Text Font Color

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

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


#deba20 Background Color

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

This div background color is #deba20


#deba20 Border Color

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

This div border color is #deba20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deba20


Comments

No comments written yet.

Please login to write comment.