Color Hex Logo

#ddace3 Color Hex

#DDACE3
(221,172,227)
0 Favorites   0 Comments

Color spaces of #ddace3

RGB 221172227
HSL0.820.500.78
HSV293°24°89°
CMYK 0.030.240.00   0.11
XYZ58.436450.423379.3258
Yxy50.42330.31050.2679
Hunter Lab71.009422.6283-16.5273
CIE-Lab76.328427.1923-20.7755

#ddace3 color RGB value is (221,172,227).

#ddace3 hex color red value is 221, green value is 172 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #ddace3 hue: 0.82 , saturation: 0.50 and the lightness value of ddace3 is 0.78.

The process color (four color CMYK) of #ddace3 color hex is 0.03, 0.24, 0.00, 0.11. Web safe color of #ddace3 is #cc99cc. Color #ddace3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 11100011
Octal 335 254 343
Decimal 221 172 227
Hex DD AC E3

RGB Percentages of Color #ddace3

%35.65
%27.74
%36.61

CMYK Percentages of Color #ddace3

%3
%24
%0
%11

Triadic Colors of #ddace3

#ddace3 #e3ddac #ace3dd

Analogous Colors of #ddace3

#ddace3 #e3acce #c2ace3

Monochromatic Colors of #ddace3

#ddace3

Complementary Color

#ddace3 #b2e3ac

#ddace3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddace3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddace3 Color CSS Codes

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

#ddace3 Text Font Color

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

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


#ddace3 Background Color

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

This div background color is #ddace3


#ddace3 Border Color

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

This div border color is #ddace3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddace3


Comments

No comments written yet.

Please login to write comment.