Color Hex Logo

#ded77f Color Hex

#DED77F
(222,215,127)
0 Favorites   0 Comments

Color spaces of #ded77f

RGB 222215127
HSL0.150.590.68
HSV56°43°87°
CMYK 0.000.030.43   0.13
XYZ58.255465.662829.6825
Yxy65.66280.37930.4275
Hunter Lab81.0326-13.481035.0047
CIE-Lab84.8241-9.866944.1536

#ded77f color RGB value is (222,215,127).

#ded77f hex color red value is 222, green value is 215 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ded77f hue: 0.15 , saturation: 0.59 and the lightness value of ded77f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010111 01111111
Octal 336 327 177
Decimal 222 215 127
Hex DE D7 7F

RGB Percentages of Color #ded77f

%39.36
%38.12
%22.52

CMYK Percentages of Color #ded77f

%0
%3
%43
%13

Triadic Colors of #ded77f

#ded77f #7fded7 #d77fde

Analogous Colors of #ded77f

#ded77f #b6de7f #dea87f

Monochromatic Colors of #ded77f

#ded77f

Complementary Color

#ded77f #7f86de

#ded77f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded77f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded77f Color CSS Codes

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

#ded77f Text Font Color

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

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


#ded77f Background Color

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

This div background color is #ded77f


#ded77f Border Color

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

This div border color is #ded77f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded77f


Comments

No comments written yet.

Please login to write comment.