Color Hex Logo

#debc29 Color Hex

#DEBC29
(222,188,41)
0 Favorites   0 Comments

Color spaces of #debc29

RGB 22218841
HSL0.140.730.52
HSV49°82°87°
CMYK 0.000.150.82   0.13
XYZ48.507751.65619.5118
Yxy51.65610.44230.4710
Hunter Lab71.8722-5.303842.4639
CIE-Lab77.0747-1.613171.7314

#debc29 color RGB value is (222,188,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111100 00101001
Octal 336 274 51
Decimal 222 188 41
Hex DE BC 29

RGB Percentages of Color #debc29

%49.22
%41.69
%9.09

CMYK Percentages of Color #debc29

%0
%15
%82
%13

Triadic Colors of #debc29

#debc29 #29debc #bc29de

Analogous Colors of #debc29

#debc29 #a6de29 #de6229

Monochromatic Colors of #debc29

#debc29

Complementary Color

#debc29 #294bde

#debc29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debc29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debc29 Color CSS Codes

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

#debc29 Text Font Color

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

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


#debc29 Background Color

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

This div background color is #debc29


#debc29 Border Color

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

This div border color is #debc29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debc29


Comments

No comments written yet.

Please login to write comment.