Color Hex Logo

#dec992 Color Hex

#DEC992
(222,201,146)
1 Favorites   0 Comments

Color spaces of #dec992

RGB 222201146
HSL0.120.540.72
HSV43°34°87°
CMYK 0.000.090.34   0.13
XYZ56.199259.378235.6933
Yxy59.37820.37150.3925
Hunter Lab77.0573-4.667026.4767
CIE-Lab81.4990-0.591630.1993

#dec992 color RGB value is (222,201,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001001 10010010
Octal 336 311 222
Decimal 222 201 146
Hex DE C9 92

RGB Percentages of Color #dec992

%39.02
%35.33
%25.66

CMYK Percentages of Color #dec992

%0
%9
%34
%13

Triadic Colors of #dec992

#dec992 #92dec9 #c992de

Analogous Colors of #dec992

#dec992 #cdde92 #dea392

Monochromatic Colors of #dec992

#dec992

Complementary Color

#dec992 #92a7de

#dec992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec992 Color CSS Codes

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

#dec992 Text Font Color

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

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


#dec992 Background Color

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

This div background color is #dec992


#dec992 Border Color

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

This div border color is #dec992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec992


Comments

No comments written yet.

Please login to write comment.