Color Hex Logo

#ded776 Color Hex

#DED776
(222,215,118)
0 Favorites   0 Comments

Color spaces of #ded776

RGB 222215118
HSL0.160.610.67
HSV56°47°87°
CMYK 0.000.030.47   0.13
XYZ57.694765.438526.7296
Yxy65.43850.38500.4367
Hunter Lab80.8941-14.256137.0348
CIE-Lab84.7092-10.738548.4068

#ded776 color RGB value is (222,215,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010111 01110110
Octal 336 327 166
Decimal 222 215 118
Hex DE D7 76

RGB Percentages of Color #ded776

%40.00
%38.74
%21.26

CMYK Percentages of Color #ded776

%0
%3
%47
%13

Triadic Colors of #ded776

#ded776 #76ded7 #d776de

Analogous Colors of #ded776

#ded776 #b1de76 #dea376

Monochromatic Colors of #ded776

#ded776

Complementary Color

#ded776 #767dde

#ded776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded776 Color CSS Codes

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

#ded776 Text Font Color

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

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


#ded776 Background Color

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

This div background color is #ded776


#ded776 Border Color

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

This div border color is #ded776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded776


Comments

No comments written yet.

Please login to write comment.