Color Hex Logo

#deb129 Color Hex

#DEB129
(222,177,41)
0 Favorites   0 Comments

Color spaces of #deb129

RGB 22217741
HSL0.130.730.52
HSV45°82°87°
CMYK 0.000.200.82   0.13
XYZ46.246647.13408.7581
Yxy47.13400.45280.4615
Hunter Lab68.65420.095740.4944
CIE-Lab74.27544.145569.3136

#deb129 color RGB value is (222,177,41).

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

The process color (four color CMYK) of #deb129 color hex is 0.00, 0.20, 0.82, 0.13. Web safe color of #deb129 is #cc9933. Color #deb129 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110001 00101001
Octal 336 261 51
Decimal 222 177 41
Hex DE B1 29

RGB Percentages of Color #deb129

%50.45
%40.23
%9.32

CMYK Percentages of Color #deb129

%0
%20
%82
%13

Triadic Colors of #deb129

#deb129 #29deb1 #b129de

Analogous Colors of #deb129

#deb129 #b1de29 #de5729

Monochromatic Colors of #deb129

#deb129

Complementary Color

#deb129 #2956de

#deb129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb129 Color CSS Codes

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

#deb129 Text Font Color

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

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


#deb129 Background Color

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

This div background color is #deb129


#deb129 Border Color

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

This div border color is #deb129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb129


Comments

No comments written yet.

Please login to write comment.