Color Hex Logo

#ddbad1 Color Hex

#DDBAD1
(221,186,209)
0 Favorites   0 Comments

Color spaces of #ddbad1

RGB 221186209
HSL0.890.340.80
HSV321°16°87°
CMYK 0.000.160.05   0.13
XYZ58.886355.093467.8520
Yxy55.09340.32390.3030
Hunter Lab74.224911.7192-2.2419
CIE-Lab79.095016.3552-6.8731

#ddbad1 color RGB value is (221,186,209).

#ddbad1 hex color red value is 221, green value is 186 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #ddbad1 hue: 0.89 , saturation: 0.34 and the lightness value of ddbad1 is 0.80.

The process color (four color CMYK) of #ddbad1 color hex is 0.00, 0.16, 0.05, 0.13. Web safe color of #ddbad1 is #cccccc. Color #ddbad1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 11010001
Octal 335 272 321
Decimal 221 186 209
Hex DD BA D1

RGB Percentages of Color #ddbad1

%35.88
%30.19
%33.93

CMYK Percentages of Color #ddbad1

%0
%16
%5
%13

Triadic Colors of #ddbad1

#ddbad1 #d1ddba #bad1dd

Analogous Colors of #ddbad1

#ddbad1 #ddbac0 #d8badd

Monochromatic Colors of #ddbad1

#ddbad1

Complementary Color

#ddbad1 #baddc6

#ddbad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbad1 Color CSS Codes

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

#ddbad1 Text Font Color

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

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


#ddbad1 Background Color

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

This div background color is #ddbad1


#ddbad1 Border Color

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

This div border color is #ddbad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbad1

#ddbad1 Color Palettes


Comments

No comments written yet.

Please login to write comment.