Color Hex Logo

#ddacaf Color Hex

#DDACAF
(221,172,175)
0 Favorites   0 Comments

Color spaces of #ddacaf

RGB 221172175
HSL0.990.420.77
HSV356°22°87°
CMYK 0.000.220.21   0.13
XYZ52.309247.972347.0600
Yxy47.97230.35500.3256
Hunter Lab69.262013.60118.1989
CIE-Lab74.807518.33635.3499

#ddacaf color RGB value is (221,172,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 10101111
Octal 335 254 257
Decimal 221 172 175
Hex DD AC AF

RGB Percentages of Color #ddacaf

%38.91
%30.28
%30.81

CMYK Percentages of Color #ddacaf

%0
%22
%21
%13

Triadic Colors of #ddacaf

#ddacaf #afddac #acafdd

Analogous Colors of #ddacaf

#ddacaf #ddc2ac #ddacc8

Monochromatic Colors of #ddacaf

#ddacaf

Complementary Color

#ddacaf #acddda

#ddacaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddacaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddacaf Color CSS Codes

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

#ddacaf Text Font Color

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

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


#ddacaf Background Color

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

This div background color is #ddacaf


#ddacaf Border Color

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

This div border color is #ddacaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddacaf


Comments

No comments written yet.

Please login to write comment.