Color Hex Logo

#ddaaaf Color Hex

#DDAAAF
(221,170,175)
0 Favorites   0 Comments

Color spaces of #ddaaaf

RGB 221170175
HSL0.980.430.77
HSV354°23°87°
CMYK 0.000.230.21   0.13
XYZ51.931447.216746.9341
Yxy47.21670.35550.3232
Hunter Lab68.714414.65247.6032
CIE-Lab74.328219.41334.6585

#ddaaaf color RGB value is (221,170,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 10101111
Octal 335 252 257
Decimal 221 170 175
Hex DD AA AF

RGB Percentages of Color #ddaaaf

%39.05
%30.04
%30.92

CMYK Percentages of Color #ddaaaf

%0
%23
%21
%13

Triadic Colors of #ddaaaf

#ddaaaf #afddaa #aaafdd

Analogous Colors of #ddaaaf

#ddaaaf #ddbfaa #ddaac9

Monochromatic Colors of #ddaaaf

#ddaaaf

Complementary Color

#ddaaaf #aaddd8

#ddaaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaaaf Color CSS Codes

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

#ddaaaf Text Font Color

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

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


#ddaaaf Background Color

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

This div background color is #ddaaaf


#ddaaaf Border Color

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

This div border color is #ddaaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaaaf


Comments

No comments written yet.

Please login to write comment.