Color Hex Logo

#ded595 Color Hex

#DED595
(222,213,149)
0 Favorites   0 Comments

Color spaces of #ded595

RGB 222213149
HSL0.150.530.73
HSV53°33°87°
CMYK 0.000.040.33   0.13
XYZ59.343365.288037.9079
Yxy65.28800.36510.4017
Hunter Lab80.8010-10.304628.7447
CIE-Lab84.6319-6.410932.8058

#ded595 color RGB value is (222,213,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010101 10010101
Octal 336 325 225
Decimal 222 213 149
Hex DE D5 95

RGB Percentages of Color #ded595

%38.01
%36.47
%25.51

CMYK Percentages of Color #ded595

%0
%4
%33
%13

Triadic Colors of #ded595

#ded595 #95ded5 #d595de

Analogous Colors of #ded595

#ded595 #c3de95 #deb195

Monochromatic Colors of #ded595

#ded595

Complementary Color

#ded595 #959ede

#ded595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded595 Color CSS Codes

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

#ded595 Text Font Color

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

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


#ded595 Background Color

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

This div background color is #ded595


#ded595 Border Color

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

This div border color is #ded595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded595


Comments

No comments written yet.

Please login to write comment.