Color Hex Logo

#dec876 Color Hex

#DEC876
(222,200,118)
0 Favorites   0 Comments

Color spaces of #dec876

RGB 222200118
HSL0.130.610.67
HSV47°47°87°
CMYK 0.000.100.47   0.13
XYZ54.048558.146225.5142
Yxy58.14620.39250.4222
Hunter Lab76.2537-6.923333.5393
CIE-Lab80.8200-3.087943.6289

#dec876 color RGB value is (222,200,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001000 01110110
Octal 336 310 166
Decimal 222 200 118
Hex DE C8 76

RGB Percentages of Color #dec876

%41.11
%37.04
%21.85

CMYK Percentages of Color #dec876

%0
%10
%47
%13

Triadic Colors of #dec876

#dec876 #76dec8 #c876de

Analogous Colors of #dec876

#dec876 #c0de76 #de9476

Monochromatic Colors of #dec876

#dec876

Complementary Color

#dec876 #768cde

#dec876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec876 Color CSS Codes

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

#dec876 Text Font Color

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

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


#dec876 Background Color

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

This div background color is #dec876


#dec876 Border Color

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

This div border color is #dec876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec876


Comments

No comments written yet.

Please login to write comment.