Color Hex Logo

#ddabc1 Color Hex

#DDABC1
(221,171,193)
0 Favorites   0 Comments

Color spaces of #ddabc1

RGB 221171193
HSL0.930.420.77
HSV334°23°87°
CMYK 0.000.230.13   0.13
XYZ54.007348.348256.9377
Yxy48.34820.33900.3035
Hunter Lab69.532916.96130.1228
CIE-Lab75.044021.7033-4.1576

#ddabc1 color RGB value is (221,171,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 11000001
Octal 335 253 301
Decimal 221 171 193
Hex DD AB C1

RGB Percentages of Color #ddabc1

%37.78
%29.23
%32.99

CMYK Percentages of Color #ddabc1

%0
%23
%13
%13

Triadic Colors of #ddabc1

#ddabc1 #c1ddab #abc1dd

Analogous Colors of #ddabc1

#ddabc1 #ddaeab #ddabda

Monochromatic Colors of #ddabc1

#ddabc1

Complementary Color

#ddabc1 #abddc7

#ddabc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddabc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddabc1 Color CSS Codes

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

#ddabc1 Text Font Color

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

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


#ddabc1 Background Color

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

This div background color is #ddabc1


#ddabc1 Border Color

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

This div border color is #ddabc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddabc1


Comments

No comments written yet.

Please login to write comment.