Color Hex Logo

#dec529 Color Hex

#DEC529
(222,197,41)
0 Favorites   0 Comments

Color spaces of #dec529

RGB 22219741
HSL0.140.730.52
HSV52°82°87°
CMYK 0.000.110.82   0.13
XYZ50.490755.622210.1728
Yxy55.62220.43420.4783
Hunter Lab74.5803-9.671444.1190
CIE-Lab79.3983-6.256273.7277

#dec529 color RGB value is (222,197,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000101 00101001
Octal 336 305 51
Decimal 222 197 41
Hex DE C5 29

RGB Percentages of Color #dec529

%48.26
%42.83
%8.91

CMYK Percentages of Color #dec529

%0
%11
%82
%13

Triadic Colors of #dec529

#dec529 #29dec5 #c529de

Analogous Colors of #dec529

#dec529 #9dde29 #de6b29

Monochromatic Colors of #dec529

#dec529

Complementary Color

#dec529 #2942de

#dec529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec529 Color CSS Codes

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

#dec529 Text Font Color

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

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


#dec529 Background Color

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

This div background color is #dec529


#dec529 Border Color

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

This div border color is #dec529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec529


Comments

No comments written yet.

Please login to write comment.