Color Hex Logo

#ddbada Color Hex

#DDBADA
(221,186,218)
0 Favorites   0 Comments

Color spaces of #ddbada

RGB 221186218
HSL0.850.340.80
HSV305°16°87°
CMYK 0.000.160.01   0.13
XYZ60.032655.551973.8882
Yxy55.55190.31680.2932
Hunter Lab74.533113.3395-6.6038
CIE-Lab79.358117.9693-11.3420

#ddbada color RGB value is (221,186,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 11011010
Octal 335 272 332
Decimal 221 186 218
Hex DD BA DA

RGB Percentages of Color #ddbada

%35.36
%29.76
%34.88

CMYK Percentages of Color #ddbada

%0
%16
%1
%13

Triadic Colors of #ddbada

#ddbada #daddba #badadd

Analogous Colors of #ddbada

#ddbada #ddbac9 #cfbadd

Monochromatic Colors of #ddbada

#ddbada

Complementary Color

#ddbada #baddbd

#ddbada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbada Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbada Color CSS Codes

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

#ddbada Text Font Color

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

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


#ddbada Background Color

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

This div background color is #ddbada


#ddbada Border Color

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

This div border color is #ddbada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbada


Comments

No comments written yet.

Please login to write comment.