Color Hex Logo

#ddd594 Color Hex

#DDD594
(221,213,148)
0 Favorites   0 Comments

Color spaces of #ddd594

RGB 221213148
HSL0.150.520.72
HSV53°33°87°
CMYK 0.000.040.33   0.13
XYZ58.958365.098837.4749
Yxy65.09880.36500.4030
Hunter Lab80.6838-10.760928.9405
CIE-Lab84.5346-6.917633.1758

#ddd594 color RGB value is (221,213,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010101 10010100
Octal 335 325 224
Decimal 221 213 148
Hex DD D5 94

RGB Percentages of Color #ddd594

%37.97
%36.60
%25.43

CMYK Percentages of Color #ddd594

%0
%4
%33
%13

Triadic Colors of #ddd594

#ddd594 #94ddd5 #d594dd

Analogous Colors of #ddd594

#ddd594 #c1dd94 #ddb194

Monochromatic Colors of #ddd594

#ddd594

Complementary Color

#ddd594 #949cdd

#ddd594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd594 Color CSS Codes

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

#ddd594 Text Font Color

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

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


#ddd594 Background Color

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

This div background color is #ddd594


#ddd594 Border Color

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

This div border color is #ddd594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd594

#ddd594 Color Palettes


Comments

No comments written yet.

Please login to write comment.