Color Hex Logo

#dddac0 Color Hex

#DDDAC0
(221,218,192)
0 Favorites   0 Comments

Color spaces of #dddac0

RGB 221218192
HSL0.150.300.81
HSV54°13°87°
CMYK 0.000.010.13   0.13
XYZ64.404669.320759.8549
Yxy69.32070.33270.3581
Hunter Lab83.2591-7.625615.6578
CIE-Lab86.6626-3.344513.1683

#dddac0 color RGB value is (221,218,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 11000000
Octal 335 332 300
Decimal 221 218 192
Hex DD DA C0

RGB Percentages of Color #dddac0

%35.02
%34.55
%30.43

CMYK Percentages of Color #dddac0

%0
%1
%13
%13

Triadic Colors of #dddac0

#dddac0 #c0ddda #dac0dd

Analogous Colors of #dddac0

#dddac0 #d2ddc0 #ddccc0

Monochromatic Colors of #dddac0

#dddac0

Complementary Color

#dddac0 #c0c3dd

#dddac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddac0 Color CSS Codes

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

#dddac0 Text Font Color

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

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


#dddac0 Background Color

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

This div background color is #dddac0


#dddac0 Border Color

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

This div border color is #dddac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddac0


Comments

No comments written yet.

Please login to write comment.