Color Hex Logo

#ded585 Color Hex

#DED585
(222,213,133)
0 Favorites   0 Comments

Color spaces of #ded585

RGB 222213133
HSL0.150.570.70
HSV54°40°87°
CMYK 0.000.040.40   0.13
XYZ58.152164.811631.6352
Yxy64.81160.37610.4192
Hunter Lab80.5057-11.948033.0556
CIE-Lab84.3866-8.232040.6156

#ded585 color RGB value is (222,213,133).

#ded585 hex color red value is 222, green value is 213 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #ded585 hue: 0.15 , saturation: 0.57 and the lightness value of ded585 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010101 10000101
Octal 336 325 205
Decimal 222 213 133
Hex DE D5 85

RGB Percentages of Color #ded585

%39.08
%37.50
%23.42

CMYK Percentages of Color #ded585

%0
%4
%40
%13

Triadic Colors of #ded585

#ded585 #85ded5 #d585de

Analogous Colors of #ded585

#ded585 #bbde85 #dea985

Monochromatic Colors of #ded585

#ded585

Complementary Color

#ded585 #858ede

#ded585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded585 Color CSS Codes

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

#ded585 Text Font Color

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

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


#ded585 Background Color

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

This div background color is #ded585


#ded585 Border Color

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

This div border color is #ded585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded585


Comments

No comments written yet.

Please login to write comment.