Color Hex Logo

#dddbab Color Hex

#DDDBAB
(221,219,171)
0 Favorites   0 Comments

Color spaces of #dddbab

RGB 221219171
HSL0.160.420.77
HSV58°23°87°
CMYK 0.000.010.23   0.13
XYZ62.501068.975548.5475
Yxy68.97550.34720.3831
Hunter Lab83.0515-11.008623.4783
CIE-Lab86.4919-6.978823.9188

#dddbab color RGB value is (221,219,171).

#dddbab hex color red value is 221, green value is 219 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dddbab hue: 0.16 , saturation: 0.42 and the lightness value of dddbab is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 10101011
Octal 335 333 253
Decimal 221 219 171
Hex DD DB AB

RGB Percentages of Color #dddbab

%36.17
%35.84
%27.99

CMYK Percentages of Color #dddbab

%0
%1
%23
%13

Triadic Colors of #dddbab

#dddbab #abdddb #dbabdd

Analogous Colors of #dddbab

#dddbab #c6ddab #ddc2ab

Monochromatic Colors of #dddbab

#dddbab

Complementary Color

#dddbab #abaddd

#dddbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddbab Color CSS Codes

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

#dddbab Text Font Color

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

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


#dddbab Background Color

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

This div background color is #dddbab


#dddbab Border Color

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

This div border color is #dddbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddbab


Comments

No comments written yet.

Please login to write comment.