Color Hex Logo

#debc20 Color Hex

#DEBC20
(222,188,32)
0 Favorites   0 Comments

Color spaces of #debc20

RGB 22218832
HSL0.140.750.50
HSV49°86°87°
CMYK 0.000.150.86   0.13
XYZ48.368151.60038.7771
Yxy51.60030.44480.4745
Hunter Lab71.8333-5.517643.0389
CIE-Lab77.0412-1.852374.0199

#debc20 color RGB value is (222,188,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111100 00100000
Octal 336 274 40
Decimal 222 188 32
Hex DE BC 20

RGB Percentages of Color #debc20

%50.23
%42.53
%7.24

CMYK Percentages of Color #debc20

%0
%15
%86
%13

Triadic Colors of #debc20

#debc20 #20debc #bc20de

Analogous Colors of #debc20

#debc20 #a1de20 #de5d20

Monochromatic Colors of #debc20

#debc20

Complementary Color

#debc20 #2042de

#debc20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debc20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debc20 Color CSS Codes

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

#debc20 Text Font Color

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

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


#debc20 Background Color

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

This div background color is #debc20


#debc20 Border Color

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

This div border color is #debc20


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,188,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 #debc20">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debc20


Comments

No comments written yet.

Please login to write comment.