Color Hex Logo

#dedc83 Color Hex

#DEDC83
(222,220,131)
0 Favorites   0 Comments

Color spaces of #dedc83

RGB 222220131
HSL0.160.580.69
HSV59°41°87°
CMYK 0.000.010.41   0.13
XYZ59.814168.354731.5140
Yxy68.35470.37460.4281
Hunter Lab82.6769-15.545535.2742
CIE-Lab86.1835-11.971643.8831

#dedc83 color RGB value is (222,220,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011100 10000011
Octal 336 334 203
Decimal 222 220 131
Hex DE DC 83

RGB Percentages of Color #dedc83

%38.74
%38.39
%22.86

CMYK Percentages of Color #dedc83

%0
%1
%41
%13

Triadic Colors of #dedc83

#dedc83 #83dedc #dc83de

Analogous Colors of #dedc83

#dedc83 #b3de83 #deaf83

Monochromatic Colors of #dedc83

#dedc83

Complementary Color

#dedc83 #8385de

#dedc83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedc83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedc83 Color CSS Codes

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

#dedc83 Text Font Color

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

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


#dedc83 Background Color

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

This div background color is #dedc83


#dedc83 Border Color

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

This div border color is #dedc83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedc83


Comments

No comments written yet.

Please login to write comment.