Color Hex Logo

#dddabd Color Hex

#DDDABD
(221,218,189)
0 Favorites   0 Comments

Color spaces of #dddabd

RGB 221218189
HSL0.150.320.80
HSV54°14°87°
CMYK 0.000.010.14   0.13
XYZ64.075569.189158.1218
Yxy69.18910.33480.3615
Hunter Lab83.1800-8.062216.7973
CIE-Lab86.5976-3.813614.6530

#dddabd color RGB value is (221,218,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 10111101
Octal 335 332 275
Decimal 221 218 189
Hex DD DA BD

RGB Percentages of Color #dddabd

%35.19
%34.71
%30.10

CMYK Percentages of Color #dddabd

%0
%1
%14
%13

Triadic Colors of #dddabd

#dddabd #bdddda #dabddd

Analogous Colors of #dddabd

#dddabd #d0ddbd #ddcabd

Monochromatic Colors of #dddabd

#dddabd

Complementary Color

#dddabd #bdc0dd

#dddabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddabd Color CSS Codes

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

#dddabd Text Font Color

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

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


#dddabd Background Color

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

This div background color is #dddabd


#dddabd Border Color

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

This div border color is #dddabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddabd


Comments

No comments written yet.

Please login to write comment.