Color Hex Logo

#ded588 Color Hex

#DED588
(222,213,136)
0 Favorites   0 Comments

Color spaces of #ded588

RGB 222213136
HSL0.150.570.70
HSV54°39°87°
CMYK 0.000.040.39   0.13
XYZ58.362464.895732.7426
Yxy64.89570.37410.4160
Hunter Lab80.5579-11.657032.2922
CIE-Lab84.4300-7.908039.1624

#ded588 color RGB value is (222,213,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010101 10001000
Octal 336 325 210
Decimal 222 213 136
Hex DE D5 88

RGB Percentages of Color #ded588

%38.88
%37.30
%23.82

CMYK Percentages of Color #ded588

%0
%4
%39
%13

Triadic Colors of #ded588

#ded588 #88ded5 #d588de

Analogous Colors of #ded588

#ded588 #bcde88 #deaa88

Monochromatic Colors of #ded588

#ded588

Complementary Color

#ded588 #8891de

#ded588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded588 Color CSS Codes

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

#ded588 Text Font Color

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

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


#ded588 Background Color

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

This div background color is #ded588


#ded588 Border Color

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

This div border color is #ded588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded588


Comments

No comments written yet.

Please login to write comment.