Color Hex Logo

#ded093 Color Hex

#DED093
(222,208,147)
0 Favorites   0 Comments

Color spaces of #ded093

RGB 222208147
HSL0.140.530.72
HSV49°34°87°
CMYK 0.000.060.34   0.13
XYZ57.946562.747936.6612
Yxy62.74790.36830.3988
Hunter Lab79.2136-8.047028.0092
CIE-Lab83.3096-4.090632.0855

#ded093 color RGB value is (222,208,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010000 10010011
Octal 336 320 223
Decimal 222 208 147
Hex DE D0 93

RGB Percentages of Color #ded093

%38.47
%36.05
%25.48

CMYK Percentages of Color #ded093

%0
%6
%34
%13

Triadic Colors of #ded093

#ded093 #93ded0 #d093de

Analogous Colors of #ded093

#ded093 #c7de93 #deab93

Monochromatic Colors of #ded093

#ded093

Complementary Color

#ded093 #93a1de

#ded093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded093 Color CSS Codes

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

#ded093 Text Font Color

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

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


#ded093 Background Color

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

This div background color is #ded093


#ded093 Border Color

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

This div border color is #ded093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded093


Comments

No comments written yet.

Please login to write comment.