Color Hex Logo

#ddd093 Color Hex

#DDD093
(221,208,147)
0 Favorites   0 Comments

Color spaces of #ddd093

RGB 221208147
HSL0.140.520.72
HSV49°33°87°
CMYK 0.000.060.33   0.13
XYZ57.641162.590536.6469
Yxy62.59050.36740.3990
Hunter Lab79.1142-8.398027.9159
CIE-Lab83.2265-4.478531.9603

#ddd093 color RGB value is (221,208,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010000 10010011
Octal 335 320 223
Decimal 221 208 147
Hex DD D0 93

RGB Percentages of Color #ddd093

%38.37
%36.11
%25.52

CMYK Percentages of Color #ddd093

%0
%6
%33
%13

Triadic Colors of #ddd093

#ddd093 #93ddd0 #d093dd

Analogous Colors of #ddd093

#ddd093 #c5dd93 #ddab93

Monochromatic Colors of #ddd093

#ddd093

Complementary Color

#ddd093 #93a0dd

#ddd093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd093 Color CSS Codes

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

#ddd093 Text Font Color

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

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


#ddd093 Background Color

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

This div background color is #ddd093


#ddd093 Border Color

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

This div border color is #ddd093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd093


Comments

No comments written yet.

Please login to write comment.