Color Hex Logo

#debd29 Color Hex

#DEBD29
(222,189,41)
0 Favorites   0 Comments

Color spaces of #debd29

RGB 22218941
HSL0.140.730.52
HSV49°82°87°
CMYK 0.000.150.82   0.13
XYZ48.722052.08499.5833
Yxy52.08490.44140.4718
Hunter Lab72.1699-5.791642.6459
CIE-Lab77.3316-2.132671.9524

#debd29 color RGB value is (222,189,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111101 00101001
Octal 336 275 51
Decimal 222 189 41
Hex DE BD 29

RGB Percentages of Color #debd29

%49.12
%41.81
%9.07

CMYK Percentages of Color #debd29

%0
%15
%82
%13

Triadic Colors of #debd29

#debd29 #29debd #bd29de

Analogous Colors of #debd29

#debd29 #a5de29 #de6329

Monochromatic Colors of #debd29

#debd29

Complementary Color

#debd29 #294ade

#debd29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debd29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debd29 Color CSS Codes

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

#debd29 Text Font Color

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

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


#debd29 Background Color

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

This div background color is #debd29


#debd29 Border Color

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

This div border color is #debd29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debd29


Comments

No comments written yet.

Please login to write comment.