Color Hex Logo

#ddabc8 Color Hex

#DDABC8
(221,171,200)
0 Favorites   0 Comments

Color spaces of #ddabc8

RGB 221171200
HSL0.900.420.77
HSV325°23°87°
CMYK 0.000.230.10   0.13
XYZ54.807048.668161.1488
Yxy48.66810.33290.2956
Hunter Lab69.762518.1492-3.1356
CIE-Lab75.244422.8738-7.6905

#ddabc8 color RGB value is (221,171,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 11001000
Octal 335 253 310
Decimal 221 171 200
Hex DD AB C8

RGB Percentages of Color #ddabc8

%37.33
%28.89
%33.78

CMYK Percentages of Color #ddabc8

%0
%23
%10
%13

Triadic Colors of #ddabc8

#ddabc8 #c8ddab #abc8dd

Analogous Colors of #ddabc8

#ddabc8 #ddabaf #d9abdd

Monochromatic Colors of #ddabc8

#ddabc8

Complementary Color

#ddabc8 #abddc0

#ddabc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddabc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddabc8 Color CSS Codes

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

#ddabc8 Text Font Color

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

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


#ddabc8 Background Color

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

This div background color is #ddabc8


#ddabc8 Border Color

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

This div border color is #ddabc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddabc8


Comments

No comments written yet.

Please login to write comment.