Color Hex Logo

#dec776 Color Hex

#DEC776
(222,199,118)
0 Favorites   0 Comments

Color spaces of #dec776

RGB 222199118
HSL0.130.610.67
HSV47°47°87°
CMYK 0.000.100.47   0.13
XYZ53.817657.684425.4373
Yxy57.68440.39300.4212
Hunter Lab75.9502-6.429633.3077
CIE-Lab80.5630-2.570943.3098

#dec776 color RGB value is (222,199,118).

#dec776 hex color red value is 222, green value is 199 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #dec776 hue: 0.13 , saturation: 0.61 and the lightness value of dec776 is 0.67.

The process color (four color CMYK) of #dec776 color hex is 0.00, 0.10, 0.47, 0.13. Web safe color of #dec776 is #cccc66. Color #dec776 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000111 01110110
Octal 336 307 166
Decimal 222 199 118
Hex DE C7 76

RGB Percentages of Color #dec776

%41.19
%36.92
%21.89

CMYK Percentages of Color #dec776

%0
%10
%47
%13

Triadic Colors of #dec776

#dec776 #76dec7 #c776de

Analogous Colors of #dec776

#dec776 #c1de76 #de9376

Monochromatic Colors of #dec776

#dec776

Complementary Color

#dec776 #768dde

#dec776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec776 Color CSS Codes

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

#dec776 Text Font Color

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

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


#dec776 Background Color

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

This div background color is #dec776


#dec776 Border Color

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

This div border color is #dec776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec776


Comments

No comments written yet.

Please login to write comment.