Color Hex Logo

#ded293 Color Hex

#DED293
(222,210,147)
0 Favorites   0 Comments

Color spaces of #ded293

RGB 222210147
HSL0.140.530.72
HSV50°34°87°
CMYK 0.000.050.34   0.13
XYZ58.437363.729436.8248
Yxy63.72940.36750.4008
Hunter Lab79.8307-9.039028.5318
CIE-Lab83.8247-5.117332.7669

#ded293 color RGB value is (222,210,147).

#ded293 hex color red value is 222, green value is 210 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ded293 hue: 0.14 , saturation: 0.53 and the lightness value of ded293 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010010 10010011
Octal 336 322 223
Decimal 222 210 147
Hex DE D2 93

RGB Percentages of Color #ded293

%38.34
%36.27
%25.39

CMYK Percentages of Color #ded293

%0
%5
%34
%13

Triadic Colors of #ded293

#ded293 #93ded2 #d293de

Analogous Colors of #ded293

#ded293 #c5de93 #dead93

Monochromatic Colors of #ded293

#ded293

Complementary Color

#ded293 #939fde

#ded293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded293 Color CSS Codes

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

#ded293 Text Font Color

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

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


#ded293 Background Color

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

This div background color is #ded293


#ded293 Border Color

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

This div border color is #ded293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded293


Comments

No comments written yet.

Please login to write comment.