Color Hex Logo

#ddacda Color Hex

#DDACDA
(221,172,218)
0 Favorites   0 Comments

Color spaces of #ddacda

RGB 221172218
HSL0.840.420.77
HSV304°22°87°
CMYK 0.000.220.01   0.13
XYZ57.226249.939272.9527
Yxy49.93920.31770.2773
Hunter Lab70.667720.8797-11.7398
CIE-Lab76.031925.5145-16.3319

#ddacda color RGB value is (221,172,218).

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

The process color (four color CMYK) of #ddacda color hex is 0.00, 0.22, 0.01, 0.13. Web safe color of #ddacda is #cc99cc. Color #ddacda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 11011010
Octal 335 254 332
Decimal 221 172 218
Hex DD AC DA

RGB Percentages of Color #ddacda

%36.17
%28.15
%35.68

CMYK Percentages of Color #ddacda

%0
%22
%1
%13

Triadic Colors of #ddacda

#ddacda #daddac #acdadd

Analogous Colors of #ddacda

#ddacda #ddacc2 #c8acdd

Monochromatic Colors of #ddacda

#ddacda

Complementary Color

#ddacda #acddaf

#ddacda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddacda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddacda Color CSS Codes

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

#ddacda Text Font Color

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

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


#ddacda Background Color

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

This div background color is #ddacda


#ddacda Border Color

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

This div border color is #ddacda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddacda


Comments

No comments written yet.

Please login to write comment.