Color Hex Logo

#decc29 Color Hex

#DECC29
(222,204,41)
0 Favorites   0 Comments

Color spaces of #decc29

RGB 22220441
HSL0.150.730.52
HSV54°82°87°
CMYK 0.000.080.82   0.13
XYZ52.117358.875410.7150
Yxy58.87540.42820.4837
Hunter Lab76.7303-13.036045.4317
CIE-Lab81.2231-9.818975.2893

#decc29 color RGB value is (222,204,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001100 00101001
Octal 336 314 51
Decimal 222 204 41
Hex DE CC 29

RGB Percentages of Color #decc29

%47.54
%43.68
%8.78

CMYK Percentages of Color #decc29

%0
%8
%82
%13

Triadic Colors of #decc29

#decc29 #29decc #cc29de

Analogous Colors of #decc29

#decc29 #96de29 #de7229

Monochromatic Colors of #decc29

#decc29

Complementary Color

#decc29 #293bde

#decc29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#decc29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#decc29 Color CSS Codes

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

#decc29 Text Font Color

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

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


#decc29 Background Color

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

This div background color is #decc29


#decc29 Border Color

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

This div border color is #decc29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #decc29


Comments

No comments written yet.

Please login to write comment.