Color Hex Logo

#debf20 Color Hex

#DEBF20
(222,191,32)
0 Favorites   0 Comments

Color spaces of #debf20

RGB 22219132
HSL0.140.750.50
HSV50°86°87°
CMYK 0.000.140.86   0.13
XYZ49.015752.89558.9929
Yxy52.89550.44200.4769
Hunter Lab72.7293-6.976743.5794
CIE-Lab77.8133-3.406474.6487

#debf20 color RGB value is (222,191,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111111 00100000
Octal 336 277 40
Decimal 222 191 32
Hex DE BF 20

RGB Percentages of Color #debf20

%49.89
%42.92
%7.19

CMYK Percentages of Color #debf20

%0
%14
%86
%13

Triadic Colors of #debf20

#debf20 #20debf #bf20de

Analogous Colors of #debf20

#debf20 #9ede20 #de6020

Monochromatic Colors of #debf20

#debf20

Complementary Color

#debf20 #203fde

#debf20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debf20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debf20 Color CSS Codes

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

#debf20 Text Font Color

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

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


#debf20 Background Color

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

This div background color is #debf20


#debf20 Border Color

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

This div border color is #debf20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debf20


Comments

No comments written yet.

Please login to write comment.