Color Hex Logo

#decc73 Color Hex

#DECC73
(222,204,115)
0 Favorites   0 Comments

Color spaces of #decc73

RGB 222204115
HSL0.140.620.66
HSV50°48°87°
CMYK 0.000.080.48   0.13
XYZ54.811659.953124.9029
Yxy59.95310.39240.4293
Hunter Lab77.4294-9.142835.1317
CIE-Lab81.8127-5.426346.3331

#decc73 color RGB value is (222,204,115).

#decc73 hex color red value is 222, green value is 204 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #decc73 hue: 0.14 , saturation: 0.62 and the lightness value of decc73 is 0.66.

The process color (four color CMYK) of #decc73 color hex is 0.00, 0.08, 0.48, 0.13. Web safe color of #decc73 is #cccc66. Color #decc73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001100 01110011
Octal 336 314 163
Decimal 222 204 115
Hex DE CC 73

RGB Percentages of Color #decc73

%41.04
%37.71
%21.26

CMYK Percentages of Color #decc73

%0
%8
%48
%13

Triadic Colors of #decc73

#decc73 #73decc #cc73de

Analogous Colors of #decc73

#decc73 #bbde73 #de9773

Monochromatic Colors of #decc73

#decc73

Complementary Color

#decc73 #7385de

#decc73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#decc73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#decc73 Color CSS Codes

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

#decc73 Text Font Color

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

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


#decc73 Background Color

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

This div background color is #decc73


#decc73 Border Color

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

This div border color is #decc73


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,204,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #decc73">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #decc73


Comments

No comments written yet.

Please login to write comment.