Color Hex Logo

#dddab5 Color Hex

#DDDAB5
(221,218,181)
0 Favorites   0 Comments

Color spaces of #dddab5

RGB 221218181
HSL0.150.370.79
HSV56°18°87°
CMYK 0.000.010.18   0.13
XYZ63.230768.851253.6730
Yxy68.85120.34040.3707
Hunter Lab82.9766-9.186719.7322
CIE-Lab86.4303-5.027818.6144

#dddab5 color RGB value is (221,218,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 10110101
Octal 335 332 265
Decimal 221 218 181
Hex DD DA B5

RGB Percentages of Color #dddab5

%35.65
%35.16
%29.19

CMYK Percentages of Color #dddab5

%0
%1
%18
%13

Triadic Colors of #dddab5

#dddab5 #b5ddda #dab5dd

Analogous Colors of #dddab5

#dddab5 #ccddb5 #ddc6b5

Monochromatic Colors of #dddab5

#dddab5

Complementary Color

#dddab5 #b5b8dd

#dddab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddab5 Color CSS Codes

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

#dddab5 Text Font Color

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

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


#dddab5 Background Color

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

This div background color is #dddab5


#dddab5 Border Color

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

This div border color is #dddab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddab5


Comments

No comments written yet.

Please login to write comment.