Color Hex Logo

#ddabaf Color Hex

#DDABAF
(221,171,175)
0 Favorites   0 Comments

Color spaces of #ddabaf

RGB 221171175
HSL0.990.420.77
HSV355°23°87°
CMYK 0.000.230.21   0.13
XYZ52.119647.593146.9968
Yxy47.59310.35530.3244
Hunter Lab68.987814.12657.9011
CIE-Lab74.567618.87475.0040

#ddabaf color RGB value is (221,171,175).

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

The process color (four color CMYK) of #ddabaf color hex is 0.00, 0.23, 0.21, 0.13. Web safe color of #ddabaf is #cc9999. Color #ddabaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 10101111
Octal 335 253 257
Decimal 221 171 175
Hex DD AB AF

RGB Percentages of Color #ddabaf

%38.98
%30.16
%30.86

CMYK Percentages of Color #ddabaf

%0
%23
%21
%13

Triadic Colors of #ddabaf

#ddabaf #afddab #abafdd

Analogous Colors of #ddabaf

#ddabaf #ddc0ab #ddabc8

Monochromatic Colors of #ddabaf

#ddabaf

Complementary Color

#ddabaf #abddd9

#ddabaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddabaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddabaf Color CSS Codes

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

#ddabaf Text Font Color

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

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


#ddabaf Background Color

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

This div background color is #ddabaf


#ddabaf Border Color

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

This div border color is #ddabaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddabaf


Comments

No comments written yet.

Please login to write comment.