Color Hex Logo

#d8acbe Color Hex

#D8ACBE
(216,172,190)
0 Favorites   0 Comments

Color spaces of #d8acbe

RGB 216172190
HSL0.930.360.76
HSV335°20°85°
CMYK 0.000.200.12   0.15
XYZ52.365747.821755.1857
Yxy47.82170.33700.3078
Hunter Lab69.153214.14941.0926
CIE-Lab74.712318.8938-3.0596

#d8acbe color RGB value is (216,172,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101100 10111110
Octal 330 254 276
Decimal 216 172 190
Hex D8 AC BE

RGB Percentages of Color #d8acbe

%37.37
%29.76
%32.87

CMYK Percentages of Color #d8acbe

%0
%20
%12
%15

Triadic Colors of #d8acbe

#d8acbe #bed8ac #acbed8

Analogous Colors of #d8acbe

#d8acbe #d8b0ac #d8acd4

Monochromatic Colors of #d8acbe

#d8acbe

Complementary Color

#d8acbe #acd8c6

#d8acbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8acbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8acbe Color CSS Codes

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

#d8acbe Text Font Color

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

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


#d8acbe Background Color

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

This div background color is #d8acbe


#d8acbe Border Color

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

This div border color is #d8acbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8acbe


Comments

No comments written yet.

Please login to write comment.