Color Hex Logo

#ddadae Color Hex

#DDADAE
(221,173,174)
0 Favorites   0 Comments

Color spaces of #ddadae

RGB 221173174
HSL1.000.410.77
HSV359°22°87°
CMYK 0.000.220.21   0.13
XYZ52.402348.315346.6083
Yxy48.31530.35570.3279
Hunter Lab69.509212.92838.9005
CIE-Lab75.023417.64866.2075

#ddadae color RGB value is (221,173,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 10101110
Octal 335 255 256
Decimal 221 173 174
Hex DD AD AE

RGB Percentages of Color #ddadae

%38.91
%30.46
%30.63

CMYK Percentages of Color #ddadae

%0
%22
%21
%13

Triadic Colors of #ddadae

#ddadae #aeddad #adaedd

Analogous Colors of #ddadae

#ddadae #ddc4ad #ddadc6

Monochromatic Colors of #ddadae

#ddadae

Complementary Color

#ddadae #addddc

#ddadae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddadae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddadae Color CSS Codes

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

#ddadae Text Font Color

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

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


#ddadae Background Color

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

This div background color is #ddadae


#ddadae Border Color

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

This div border color is #ddadae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddadae


Comments

No comments written yet.

Please login to write comment.