Color Hex Logo

#ddb3ab Color Hex

#DDB3AB
(221,179,171)
0 Favorites   0 Comments

Color spaces of #ddb3ab

RGB 221179171
HSL0.030.420.77
HSV10°23°87°
CMYK 0.000.190.23   0.13
XYZ53.289650.552645.4770
Yxy50.55260.35690.3386
Hunter Lab71.10049.359811.8473
CIE-Lab76.407213.98499.8230

#ddb3ab color RGB value is (221,179,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110011 10101011
Octal 335 263 253
Decimal 221 179 171
Hex DD B3 AB

RGB Percentages of Color #ddb3ab

%38.70
%31.35
%29.95

CMYK Percentages of Color #ddb3ab

%0
%19
%23
%13

Triadic Colors of #ddb3ab

#ddb3ab #abddb3 #b3abdd

Analogous Colors of #ddb3ab

#ddb3ab #ddccab #ddabbc

Monochromatic Colors of #ddb3ab

#ddb3ab

Complementary Color

#ddb3ab #abd5dd

#ddb3ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb3ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb3ab Color CSS Codes

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

#ddb3ab Text Font Color

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

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


#ddb3ab Background Color

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

This div background color is #ddb3ab


#ddb3ab Border Color

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

This div border color is #ddb3ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,179,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 #ddb3ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb3ab


Comments

No comments written yet.

Please login to write comment.