Color Hex Logo

#ded993 Color Hex

#DED993
(222,217,147)
0 Favorites   0 Comments

Color spaces of #ded993

RGB 222217147
HSL0.160.530.72
HSV56°34°87°
CMYK 0.000.020.34   0.13
XYZ60.203567.261937.4135
Yxy67.26190.36510.4079
Hunter Lab82.0134-12.492030.3620
CIE-Lab85.6360-8.684035.1513

#ded993 color RGB value is (222,217,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011001 10010011
Octal 336 331 223
Decimal 222 217 147
Hex DE D9 93

RGB Percentages of Color #ded993

%37.88
%37.03
%25.09

CMYK Percentages of Color #ded993

%0
%2
%34
%13

Triadic Colors of #ded993

#ded993 #93ded9 #d993de

Analogous Colors of #ded993

#ded993 #bede93 #deb493

Monochromatic Colors of #ded993

#ded993

Complementary Color

#ded993 #9398de

#ded993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded993 Color CSS Codes

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

#ded993 Text Font Color

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

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


#ded993 Background Color

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

This div background color is #ded993


#ded993 Border Color

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

This div border color is #ded993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded993


Comments

No comments written yet.

Please login to write comment.