Color Hex Logo

#ddadd4 Color Hex

#DDADD4
(221,173,212)
0 Favorites   0 Comments

Color spaces of #ddadd4

RGB 221173212
HSL0.860.410.77
HSV311°22°87°
CMYK 0.000.220.04   0.13
XYZ56.646050.012868.9552
Yxy50.01280.32260.2848
Hunter Lab70.719719.2177-8.3068
CIE-Lab76.077123.8880-12.9972

#ddadd4 color RGB value is (221,173,212).

#ddadd4 hex color red value is 221, green value is 173 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #ddadd4 hue: 0.86 , saturation: 0.41 and the lightness value of ddadd4 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 11010100
Octal 335 255 324
Decimal 221 173 212
Hex DD AD D4

RGB Percentages of Color #ddadd4

%36.47
%28.55
%34.98

CMYK Percentages of Color #ddadd4

%0
%22
%4
%13

Triadic Colors of #ddadd4

#ddadd4 #d4ddad #add4dd

Analogous Colors of #ddadd4

#ddadd4 #ddadbc #ceaddd

Monochromatic Colors of #ddadd4

#ddadd4

Complementary Color

#ddadd4 #adddb6

#ddadd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddadd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddadd4 Color CSS Codes

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

#ddadd4 Text Font Color

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

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


#ddadd4 Background Color

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

This div background color is #ddadd4


#ddadd4 Border Color

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

This div border color is #ddadd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddadd4


Comments

No comments written yet.

Please login to write comment.