Color Hex Logo

#ddabc5 Color Hex

#DDABC5
(221,171,197)
0 Favorites   0 Comments

Color spaces of #ddabc5

RGB 221171197
HSL0.910.420.77
HSV329°23°87°
CMYK 0.000.230.11   0.13
XYZ54.459748.529259.3201
Yxy48.52920.33550.2990
Hunter Lab69.662917.6342-1.7232
CIE-Lab75.157522.3674-6.1787

#ddabc5 color RGB value is (221,171,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 11000101
Octal 335 253 305
Decimal 221 171 197
Hex DD AB C5

RGB Percentages of Color #ddabc5

%37.52
%29.03
%33.45

CMYK Percentages of Color #ddabc5

%0
%23
%11
%13

Triadic Colors of #ddabc5

#ddabc5 #c5ddab #abc5dd

Analogous Colors of #ddabc5

#ddabc5 #ddabac #dcabdd

Monochromatic Colors of #ddabc5

#ddabc5

Complementary Color

#ddabc5 #abddc3

#ddabc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddabc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddabc5 Color CSS Codes

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

#ddabc5 Text Font Color

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

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


#ddabc5 Background Color

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

This div background color is #ddabc5


#ddabc5 Border Color

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

This div border color is #ddabc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddabc5


Comments

No comments written yet.

Please login to write comment.