Color Hex Logo

#dec384 Color Hex

#DEC384
(222,195,132)
0 Favorites   0 Comments

Color spaces of #dec384

RGB 222195132
HSL0.120.580.69
HSV42°41°87°
CMYK 0.000.120.41   0.13
XYZ53.804256.225829.8467
Yxy56.22580.38470.4020
Hunter Lab74.9839-3.140228.8888
CIE-Lab79.74220.933035.1529

#dec384 color RGB value is (222,195,132).

#dec384 hex color red value is 222, green value is 195 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #dec384 hue: 0.12 , saturation: 0.58 and the lightness value of dec384 is 0.69.

The process color (four color CMYK) of #dec384 color hex is 0.00, 0.12, 0.41, 0.13. Web safe color of #dec384 is #cccc99. Color #dec384 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000011 10000100
Octal 336 303 204
Decimal 222 195 132
Hex DE C3 84

RGB Percentages of Color #dec384

%40.44
%35.52
%24.04

CMYK Percentages of Color #dec384

%0
%12
%41
%13

Triadic Colors of #dec384

#dec384 #84dec3 #c384de

Analogous Colors of #dec384

#dec384 #ccde84 #de9684

Monochromatic Colors of #dec384

#dec384

Complementary Color

#dec384 #849fde

#dec384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec384 Color CSS Codes

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

#dec384 Text Font Color

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

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


#dec384 Background Color

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

This div background color is #dec384


#dec384 Border Color

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

This div border color is #dec384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec384


Comments

No comments written yet.

Please login to write comment.