Color Hex Logo

#d8acbc Color Hex

#D8ACBC
(216,172,188)
0 Favorites   0 Comments

Color spaces of #d8acbc

RGB 216172188
HSL0.940.360.76
HSV338°20°85°
CMYK 0.000.200.13   0.15
XYZ52.148547.734854.0422
Yxy47.73480.33880.3101
Hunter Lab69.090413.82131.9869
CIE-Lab74.657418.5633-2.0453

#d8acbc color RGB value is (216,172,188).

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

The process color (four color CMYK) of #d8acbc color hex is 0.00, 0.20, 0.13, 0.15. Web safe color of #d8acbc is #cc99cc. Color #d8acbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101100 10111100
Octal 330 254 274
Decimal 216 172 188
Hex D8 AC BC

RGB Percentages of Color #d8acbc

%37.50
%29.86
%32.64

CMYK Percentages of Color #d8acbc

%0
%20
%13
%15

Triadic Colors of #d8acbc

#d8acbc #bcd8ac #acbcd8

Analogous Colors of #d8acbc

#d8acbc #d8b2ac #d8acd2

Monochromatic Colors of #d8acbc

#d8acbc

Complementary Color

#d8acbc #acd8c8

#d8acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8acbc Color CSS Codes

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

#d8acbc Text Font Color

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

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


#d8acbc Background Color

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

This div background color is #d8acbc


#d8acbc Border Color

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

This div border color is #d8acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8acbc


Comments

No comments written yet.

Please login to write comment.