Color Hex Logo

#ded992 Color Hex

#DED992
(222,217,146)
0 Favorites   0 Comments

Color spaces of #ded992

RGB 222217146
HSL0.160.540.72
HSV56°34°87°
CMYK 0.000.020.34   0.13
XYZ60.125467.230637.0020
Yxy67.23060.36580.4090
Hunter Lab81.9943-12.598130.6399
CIE-Lab85.6203-8.801835.6396

#ded992 color RGB value is (222,217,146).

#ded992 hex color red value is 222, green value is 217 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #ded992 hue: 0.16 , saturation: 0.54 and the lightness value of ded992 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011001 10010010
Octal 336 331 222
Decimal 222 217 146
Hex DE D9 92

RGB Percentages of Color #ded992

%37.95
%37.09
%24.96

CMYK Percentages of Color #ded992

%0
%2
%34
%13

Triadic Colors of #ded992

#ded992 #92ded9 #d992de

Analogous Colors of #ded992

#ded992 #bdde92 #deb392

Monochromatic Colors of #ded992

#ded992

Complementary Color

#ded992 #9297de

#ded992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded992 Color CSS Codes

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

#ded992 Text Font Color

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

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


#ded992 Background Color

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

This div background color is #ded992


#ded992 Border Color

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

This div border color is #ded992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded992


Comments

No comments written yet.

Please login to write comment.