Color Hex Logo

#dedd83 Color Hex

#DEDD83
(222,221,131)
0 Favorites   0 Comments

Color spaces of #dedd83

RGB 222221131
HSL0.160.580.69
HSV59°41°87°
CMYK 0.000.000.41   0.13
XYZ60.077468.881231.6017
Yxy68.88120.37420.4290
Hunter Lab82.9947-16.029935.5206
CIE-Lab86.4452-12.471744.2117

#dedd83 color RGB value is (222,221,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011101 10000011
Octal 336 335 203
Decimal 222 221 131
Hex DE DD 83

RGB Percentages of Color #dedd83

%38.68
%38.50
%22.82

CMYK Percentages of Color #dedd83

%0
%0
%41
%13

Triadic Colors of #dedd83

#dedd83 #83dedd #dd83de

Analogous Colors of #dedd83

#dedd83 #b2de83 #deb083

Monochromatic Colors of #dedd83

#dedd83

Complementary Color

#dedd83 #8384de

#dedd83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedd83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedd83 Color CSS Codes

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

#dedd83 Text Font Color

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

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


#dedd83 Background Color

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

This div background color is #dedd83


#dedd83 Border Color

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

This div border color is #dedd83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedd83


Comments

No comments written yet.

Please login to write comment.