Color Hex Logo

#ddbad2 Color Hex

#DDBAD2
(221,186,210)
0 Favorites   0 Comments

Color spaces of #ddbad2

RGB 221186210
HSL0.890.340.80
HSV319°16°87°
CMYK 0.000.160.05   0.13
XYZ59.010655.143168.5063
Yxy55.14310.32310.3019
Hunter Lab74.258411.8956-2.7165
CIE-Lab79.123616.5317-7.3711

#ddbad2 color RGB value is (221,186,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 11010010
Octal 335 272 322
Decimal 221 186 210
Hex DD BA D2

RGB Percentages of Color #ddbad2

%35.82
%30.15
%34.04

CMYK Percentages of Color #ddbad2

%0
%16
%5
%13

Triadic Colors of #ddbad2

#ddbad2 #d2ddba #bad2dd

Analogous Colors of #ddbad2

#ddbad2 #ddbac1 #d7badd

Monochromatic Colors of #ddbad2

#ddbad2

Complementary Color

#ddbad2 #baddc5

#ddbad2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbad2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbad2 Color CSS Codes

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

#ddbad2 Text Font Color

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

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


#ddbad2 Background Color

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

This div background color is #ddbad2


#ddbad2 Border Color

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

This div border color is #ddbad2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbad2


Comments

No comments written yet.

Please login to write comment.