Color Hex Logo

#dec990 Color Hex

#DEC990
(222,201,144)
2 Favorites   0 Comments

Color spaces of #dec990

RGB 222201144
HSL0.120.540.72
HSV44°35°87°
CMYK 0.000.090.35   0.13
XYZ56.044959.316534.8809
Yxy59.31650.37300.3948
Hunter Lab77.0172-4.886927.0598
CIE-Lab81.4653-0.830431.1953

#dec990 color RGB value is (222,201,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001001 10010000
Octal 336 311 220
Decimal 222 201 144
Hex DE C9 90

RGB Percentages of Color #dec990

%39.15
%35.45
%25.40

CMYK Percentages of Color #dec990

%0
%9
%35
%13

Triadic Colors of #dec990

#dec990 #90dec9 #c990de

Analogous Colors of #dec990

#dec990 #ccde90 #dea290

Monochromatic Colors of #dec990

#dec990

Complementary Color

#dec990 #90a5de

#dec990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec990 Color CSS Codes

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

#dec990 Text Font Color

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

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


#dec990 Background Color

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

This div background color is #dec990


#dec990 Border Color

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

This div border color is #dec990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec990

#dec990 Color Palettes


Comments

No comments written yet.

Please login to write comment.