Color Hex Logo

#ded997 Color Hex

#DED997
(222,217,151)
0 Favorites   0 Comments

Color spaces of #ded997

RGB 222217151
HSL0.150.520.73
HSV56°32°87°
CMYK 0.000.020.32   0.13
XYZ60.523067.389739.0958
Yxy67.38970.36240.4035
Hunter Lab82.0912-12.057829.2271
CIE-Lab85.7004-8.203033.1933

#ded997 color RGB value is (222,217,151).

#ded997 hex color red value is 222, green value is 217 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #ded997 hue: 0.15 , saturation: 0.52 and the lightness value of ded997 is 0.73.

The process color (four color CMYK) of #ded997 color hex is 0.00, 0.02, 0.32, 0.13. Web safe color of #ded997 is #cccc99. Color #ded997 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011001 10010111
Octal 336 331 227
Decimal 222 217 151
Hex DE D9 97

RGB Percentages of Color #ded997

%37.63
%36.78
%25.59

CMYK Percentages of Color #ded997

%0
%2
%32
%13

Triadic Colors of #ded997

#ded997 #97ded9 #d997de

Analogous Colors of #ded997

#ded997 #c0de97 #deb697

Monochromatic Colors of #ded997

#ded997

Complementary Color

#ded997 #979cde

#ded997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded997 Color CSS Codes

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

#ded997 Text Font Color

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

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


#ded997 Background Color

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

This div background color is #ded997


#ded997 Border Color

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

This div border color is #ded997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded997


Comments

No comments written yet.

Please login to write comment.