Color Hex Logo

#d6acbc Color Hex

#D6ACBC
(214,172,188)
0 Favorites   0 Comments

Color spaces of #d6acbc

RGB 214172188
HSL0.940.340.76
HSV337°20°84°
CMYK 0.000.200.12   0.16
XYZ51.561247.432054.0147
Yxy47.43200.33700.3100
Hunter Lab68.870913.11261.7091
CIE-Lab74.465317.8488-2.3496

#d6acbc color RGB value is (214,172,188).

#d6acbc hex color red value is 214, green value is 172 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d6acbc hue: 0.94 , saturation: 0.34 and the lightness value of d6acbc is 0.76.

The process color (four color CMYK) of #d6acbc color hex is 0.00, 0.20, 0.12, 0.16. Web safe color of #d6acbc is #cc99cc. Color #d6acbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10101100 10111100
Octal 326 254 274
Decimal 214 172 188
Hex D6 AC BC

RGB Percentages of Color #d6acbc

%37.28
%29.97
%32.75

CMYK Percentages of Color #d6acbc

%0
%20
%12
%16

Triadic Colors of #d6acbc

#d6acbc #bcd6ac #acbcd6

Analogous Colors of #d6acbc

#d6acbc #d6b1ac #d6acd1

Monochromatic Colors of #d6acbc

#d6acbc

Complementary Color

#d6acbc #acd6c6

#d6acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6acbc Color CSS Codes

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

#d6acbc Text Font Color

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

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


#d6acbc Background Color

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

This div background color is #d6acbc


#d6acbc Border Color

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

This div border color is #d6acbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,172,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6acbc


Comments

No comments written yet.

Please login to write comment.