Color Hex Logo

#ddbad8 Color Hex

#DDBAD8
(221,186,216)
0 Favorites   0 Comments

Color spaces of #ddbad8

RGB 221186216
HSL0.860.340.80
HSV309°16°87°
CMYK 0.000.160.02   0.13
XYZ59.772455.447872.5179
Yxy55.44780.31840.2953
Hunter Lab74.463312.9729-5.6167
CIE-Lab79.298517.6056-10.3515

#ddbad8 color RGB value is (221,186,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 11011000
Octal 335 272 330
Decimal 221 186 216
Hex DD BA D8

RGB Percentages of Color #ddbad8

%35.47
%29.86
%34.67

CMYK Percentages of Color #ddbad8

%0
%16
%2
%13

Triadic Colors of #ddbad8

#ddbad8 #d8ddba #bad8dd

Analogous Colors of #ddbad8

#ddbad8 #ddbac7 #d1badd

Monochromatic Colors of #ddbad8

#ddbad8

Complementary Color

#ddbad8 #baddbf

#ddbad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbad8 Color CSS Codes

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

#ddbad8 Text Font Color

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

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


#ddbad8 Background Color

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

This div background color is #ddbad8


#ddbad8 Border Color

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

This div border color is #ddbad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbad8


Comments

No comments written yet.

Please login to write comment.