Color Hex Logo

#dddabb Color Hex

#DDDABB
(221,218,187)
0 Favorites   0 Comments

Color spaces of #dddabb

RGB 221218187
HSL0.150.330.80
HSV55°15°87°
CMYK 0.000.010.15   0.13
XYZ63.859869.102856.9861
Yxy69.10280.33620.3638
Hunter Lab83.1281-8.348817.5451
CIE-Lab86.5549-4.122115.6431

#dddabb color RGB value is (221,218,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 10111011
Octal 335 332 273
Decimal 221 218 187
Hex DD DA BB

RGB Percentages of Color #dddabb

%35.30
%34.82
%29.87

CMYK Percentages of Color #dddabb

%0
%1
%15
%13

Triadic Colors of #dddabb

#dddabb #bbddda #dabbdd

Analogous Colors of #dddabb

#dddabb #cfddbb #ddc9bb

Monochromatic Colors of #dddabb

#dddabb

Complementary Color

#dddabb #bbbedd

#dddabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddabb Color CSS Codes

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

#dddabb Text Font Color

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

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


#dddabb Background Color

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

This div background color is #dddabb


#dddabb Border Color

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

This div border color is #dddabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddabb


Comments

No comments written yet.

Please login to write comment.