Color Hex Logo

#ddadea Color Hex

#DDADEA
(221,173,234)
0 Favorites   0 Comments

Color spaces of #ddadea

RGB 221173234
HSL0.800.590.80
HSV287°26°92°
CMYK 0.060.260.00   0.08
XYZ59.613651.199884.5825
Yxy51.19980.30510.2620
Hunter Lab71.554023.4936-19.9976
CIE-Lab76.799927.9958-23.8530

#ddadea color RGB value is (221,173,234).

#ddadea hex color red value is 221, green value is 173 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ddadea hue: 0.80 , saturation: 0.59 and the lightness value of ddadea is 0.80.

The process color (four color CMYK) of #ddadea color hex is 0.06, 0.26, 0.00, 0.08. Web safe color of #ddadea is #cc99ff. Color #ddadea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 11101010
Octal 335 255 352
Decimal 221 173 234
Hex DD AD EA

RGB Percentages of Color #ddadea

%35.19
%27.55
%37.26

CMYK Percentages of Color #ddadea

%6
%26
%0
%8

Triadic Colors of #ddadea

#ddadea #eaddad #adeadd

Analogous Colors of #ddadea

#ddadea #eaadd9 #bfadea

Monochromatic Colors of #ddadea

#ddadea

Complementary Color

#ddadea #baeaad

#ddadea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddadea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddadea Color CSS Codes

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

#ddadea Text Font Color

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

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


#ddadea Background Color

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

This div background color is #ddadea


#ddadea Border Color

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

This div border color is #ddadea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddadea


Comments

No comments written yet.

Please login to write comment.