Color Hex Logo

#decc68 Color Hex

#DECC68
(222,204,104)
0 Favorites   0 Comments

Color spaces of #decc68

RGB 222204104
HSL0.140.640.64
HSV51°53°87°
CMYK 0.000.080.53   0.13
XYZ54.215859.714821.7653
Yxy59.71480.39950.4401
Hunter Lab77.2754-9.997637.3932
CIE-Lab81.6829-6.380451.4784

#decc68 color RGB value is (222,204,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001100 01101000
Octal 336 314 150
Decimal 222 204 104
Hex DE CC 68

RGB Percentages of Color #decc68

%41.89
%38.49
%19.62

CMYK Percentages of Color #decc68

%0
%8
%53
%13

Triadic Colors of #decc68

#decc68 #68decc #cc68de

Analogous Colors of #decc68

#decc68 #b5de68 #de9168

Monochromatic Colors of #decc68

#decc68

Complementary Color

#decc68 #687ade

#decc68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#decc68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#decc68 Color CSS Codes

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

#decc68 Text Font Color

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

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


#decc68 Background Color

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

This div background color is #decc68


#decc68 Border Color

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

This div border color is #decc68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #decc68

#decc68 Color Palettes


Comments

No comments written yet.

Please login to write comment.