Color Hex Logo

#dddac5 Color Hex

#DDDAC5
(221,218,197)
0 Favorites   0 Comments

Color spaces of #dddac5

RGB 221218197
HSL0.150.260.82
HSV53°11°87°
CMYK 0.000.010.11   0.13
XYZ64.968269.546262.8229
Yxy69.54620.32920.3524
Hunter Lab83.3944-6.880113.7115
CIE-Lab86.7738-2.546410.6956

#dddac5 color RGB value is (221,218,197).

#dddac5 hex color red value is 221, green value is 218 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #dddac5 hue: 0.15 , saturation: 0.26 and the lightness value of dddac5 is 0.82.

The process color (four color CMYK) of #dddac5 color hex is 0.00, 0.01, 0.11, 0.13. Web safe color of #dddac5 is #cccccc. Color #dddac5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 11000101
Octal 335 332 305
Decimal 221 218 197
Hex DD DA C5

RGB Percentages of Color #dddac5

%34.75
%34.28
%30.97

CMYK Percentages of Color #dddac5

%0
%1
%11
%13

Triadic Colors of #dddac5

#dddac5 #c5ddda #dac5dd

Analogous Colors of #dddac5

#dddac5 #d4ddc5 #ddcec5

Monochromatic Colors of #dddac5

#dddac5

Complementary Color

#dddac5 #c5c8dd

#dddac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddac5 Color CSS Codes

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

#dddac5 Text Font Color

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

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


#dddac5 Background Color

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

This div background color is #dddac5


#dddac5 Border Color

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

This div border color is #dddac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddac5


Comments

No comments written yet.

Please login to write comment.