Color Hex Logo

#d5bacc Color Hex

#D5BACC
(213,186,204)
0 Favorites   0 Comments

Color spaces of #d5bacc

RGB 213186204
HSL0.890.240.78
HSV320°13°84°
CMYK 0.000.130.04   0.16
XYZ55.898653.623664.5310
Yxy53.62360.32120.3081
Hunter Lab73.22818.1085-0.9886
CIE-Lab78.241712.6989-5.5104

#d5bacc color RGB value is (213,186,204).

#d5bacc hex color red value is 213, green value is 186 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d5bacc hue: 0.89 , saturation: 0.24 and the lightness value of d5bacc is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111010 11001100
Octal 325 272 314
Decimal 213 186 204
Hex D5 BA CC

RGB Percentages of Color #d5bacc

%35.32
%30.85
%33.83

CMYK Percentages of Color #d5bacc

%0
%13
%4
%16

Triadic Colors of #d5bacc

#d5bacc #ccd5ba #baccd5

Analogous Colors of #d5bacc

#d5bacc #d5babf #d1bad5

Monochromatic Colors of #d5bacc

#d5bacc

Complementary Color

#d5bacc #bad5c3

#d5bacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5bacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5bacc Color CSS Codes

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

#d5bacc Text Font Color

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

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


#d5bacc Background Color

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

This div background color is #d5bacc


#d5bacc Border Color

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

This div border color is #d5bacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5bacc


Comments

No comments written yet.

Please login to write comment.