Color Hex Logo

#dec729 Color Hex

#DEC729
(222,199,41)
0 Favorites   0 Comments

Color spaces of #dec729

RGB 22219941
HSL0.150.730.52
HSV52°82°87°
CMYK 0.000.100.82   0.13
XYZ50.947956.536510.3252
Yxy56.53650.43250.4799
Hunter Lab75.1908-10.635444.4918
CIE-Lab79.9182-7.278574.1731

#dec729 color RGB value is (222,199,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000111 00101001
Octal 336 307 51
Decimal 222 199 41
Hex DE C7 29

RGB Percentages of Color #dec729

%48.05
%43.07
%8.87

CMYK Percentages of Color #dec729

%0
%10
%82
%13

Triadic Colors of #dec729

#dec729 #29dec7 #c729de

Analogous Colors of #dec729

#dec729 #9bde29 #de6d29

Monochromatic Colors of #dec729

#dec729

Complementary Color

#dec729 #2940de

#dec729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec729 Color CSS Codes

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

#dec729 Text Font Color

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

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


#dec729 Background Color

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

This div background color is #dec729


#dec729 Border Color

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

This div border color is #dec729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec729


Comments

No comments written yet.

Please login to write comment.