Color Hex Logo

#bcacd8 Color Hex

#BCACD8
(188,172,216)
1 Favorites   0 Comments

Color spaces of #bcacd8

RGB 188172216
HSL0.730.360.76
HSV262°20°85°
CMYK 0.130.200.00   0.15
XYZ47.886245.154371.1575
Yxy45.15430.29160.2750
Hunter Lab67.19699.6088-15.7467
CIE-Lab72.993414.2651-20.1234

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

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

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

Base Numbers

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

RGB Percentages of Color #bcacd8

%32.64
%29.86
%37.50

CMYK Percentages of Color #bcacd8

%13
%20
%0
%15

Triadic Colors of #bcacd8

#bcacd8 #d8bcac #acd8bc

Analogous Colors of #bcacd8

#bcacd8 #d2acd8 #acb2d8

Monochromatic Colors of #bcacd8

#bcacd8

Complementary Color

#bcacd8 #c8d8ac

#bcacd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcacd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcacd8 Color CSS Codes

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

#bcacd8 Text Font Color

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

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


#bcacd8 Background Color

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

This div background color is #bcacd8


#bcacd8 Border Color

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

This div border color is #bcacd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcacd8


Comments

No comments written yet.

Please login to write comment.