Color Hex Logo

#d6bacc Color Hex

#D6BACC
(214,186,204)
0 Favorites   0 Comments

Color spaces of #d6bacc

RGB 214186204
HSL0.890.250.78
HSV321°13°84°
CMYK 0.000.130.05   0.16
XYZ56.189553.773664.5446
Yxy53.77360.32200.3081
Hunter Lab73.33058.4473-0.8550
CIE-Lab78.329513.0459-5.3709

#d6bacc color RGB value is (214,186,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10111010 11001100
Octal 326 272 314
Decimal 214 186 204
Hex D6 BA CC

RGB Percentages of Color #d6bacc

%35.43
%30.79
%33.77

CMYK Percentages of Color #d6bacc

%0
%13
%5
%16

Triadic Colors of #d6bacc

#d6bacc #ccd6ba #baccd6

Analogous Colors of #d6bacc

#d6bacc #d6babe #d2bad6

Monochromatic Colors of #d6bacc

#d6bacc

Complementary Color

#d6bacc #bad6c4

#d6bacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6bacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6bacc Color CSS Codes

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

#d6bacc Text Font Color

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

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


#d6bacc Background Color

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

This div background color is #d6bacc


#d6bacc Border Color

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

This div border color is #d6bacc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,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 #d6bacc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6bacc


Comments

No comments written yet.

Please login to write comment.