Color Hex Logo

#ddada1 Color Hex

#DDADA1
(221,173,161)
1 Favorites   0 Comments

Color spaces of #ddada1

RGB 221173161
HSL0.030.470.75
HSV12°27°87°
CMYK 0.000.220.27   0.13
XYZ51.195447.832540.2525
Yxy47.83250.36760.3434
Hunter Lab69.161011.100113.9053
CIE-Lab74.719215.787812.8719

#ddada1 color RGB value is (221,173,161).

#ddada1 hex color red value is 221, green value is 173 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #ddada1 hue: 0.03 , saturation: 0.47 and the lightness value of ddada1 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 10100001
Octal 335 255 241
Decimal 221 173 161
Hex DD AD A1

RGB Percentages of Color #ddada1

%39.82
%31.17
%29.01

CMYK Percentages of Color #ddada1

%0
%22
%27
%13

Triadic Colors of #ddada1

#ddada1 #a1ddad #ada1dd

Analogous Colors of #ddada1

#ddada1 #ddcba1 #dda1b3

Monochromatic Colors of #ddada1

#ddada1

Complementary Color

#ddada1 #a1d1dd

#ddada1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddada1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddada1 Color CSS Codes

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

#ddada1 Text Font Color

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

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


#ddada1 Background Color

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

This div background color is #ddada1


#ddada1 Border Color

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

This div border color is #ddada1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddada1


Comments

No comments written yet.

Please login to write comment.