Color Hex Logo

#ddabba Color Hex

#DDABBA
(221,171,186)
0 Favorites   0 Comments

Color spaces of #ddabba

RGB 221171186
HSL0.950.420.77
HSV342°23°87°
CMYK 0.000.230.16   0.13
XYZ53.244648.043152.9213
Yxy48.04310.34530.3115
Hunter Lab69.313115.82123.2507
CIE-Lab74.852120.5718-0.6070

#ddabba color RGB value is (221,171,186).

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

The process color (four color CMYK) of #ddabba color hex is 0.00, 0.23, 0.16, 0.13. Web safe color of #ddabba is #cc99cc. Color #ddabba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 10111010
Octal 335 253 272
Decimal 221 171 186
Hex DD AB BA

RGB Percentages of Color #ddabba

%38.24
%29.58
%32.18

CMYK Percentages of Color #ddabba

%0
%23
%16
%13

Triadic Colors of #ddabba

#ddabba #baddab #abbadd

Analogous Colors of #ddabba

#ddabba #ddb5ab #ddabd3

Monochromatic Colors of #ddabba

#ddabba

Complementary Color

#ddabba #abddce

#ddabba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddabba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddabba Color CSS Codes

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

#ddabba Text Font Color

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

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


#ddabba Background Color

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

This div background color is #ddabba


#ddabba Border Color

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

This div border color is #ddabba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddabba


Comments

No comments written yet.

Please login to write comment.