Color Hex Logo

#ddbabd Color Hex

#DDBABD
(221,186,189)
1 Favorites   0 Comments

Color spaces of #ddbabd

RGB 221186189
HSL0.990.340.80
HSV355°16°87°
CMYK 0.000.160.14   0.13
XYZ56.563054.164155.6176
Yxy54.16410.34000.3256
Hunter Lab73.59638.39416.7112
CIE-Lab78.557312.99183.1548

#ddbabd color RGB value is (221,186,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 10111101
Octal 335 272 275
Decimal 221 186 189
Hex DD BA BD

RGB Percentages of Color #ddbabd

%37.08
%31.21
%31.71

CMYK Percentages of Color #ddbabd

%0
%16
%14
%13

Triadic Colors of #ddbabd

#ddbabd #bdddba #babddd

Analogous Colors of #ddbabd

#ddbabd #ddc9ba #ddbacf

Monochromatic Colors of #ddbabd

#ddbabd

Complementary Color

#ddbabd #baddda

#ddbabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbabd Color CSS Codes

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

#ddbabd Text Font Color

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

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


#ddbabd Background Color

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

This div background color is #ddbabd


#ddbabd Border Color

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

This div border color is #ddbabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbabd


Comments

No comments written yet.

Please login to write comment.