Color Hex Logo

#d0acbc Color Hex

#D0ACBC
(208,172,188)
0 Favorites   0 Comments

Color spaces of #d0acbc

RGB 208172188
HSL0.930.280.75
HSV333°17°82°
CMYK 0.000.170.10   0.18
XYZ49.842046.545853.9342
Yxy46.54580.33160.3096
Hunter Lab68.224511.01190.8860
CIE-Lab73.898315.7090-3.2484

#d0acbc color RGB value is (208,172,188).

#d0acbc hex color red value is 208, green value is 172 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d0acbc hue: 0.93 , saturation: 0.28 and the lightness value of d0acbc is 0.75.

The process color (four color CMYK) of #d0acbc color hex is 0.00, 0.17, 0.10, 0.18. Web safe color of #d0acbc is #cc99cc. Color #d0acbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101100 10111100
Octal 320 254 274
Decimal 208 172 188
Hex D0 AC BC

RGB Percentages of Color #d0acbc

%36.62
%30.28
%33.10

CMYK Percentages of Color #d0acbc

%0
%17
%10
%18

Triadic Colors of #d0acbc

#d0acbc #bcd0ac #acbcd0

Analogous Colors of #d0acbc

#d0acbc #d0aeac #d0acce

Monochromatic Colors of #d0acbc

#d0acbc

Complementary Color

#d0acbc #acd0c0

#d0acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0acbc Color CSS Codes

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

#d0acbc Text Font Color

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

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


#d0acbc Background Color

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

This div background color is #d0acbc


#d0acbc Border Color

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

This div border color is #d0acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0acbc


Comments

No comments written yet.

Please login to write comment.