Color Hex Logo

#bcacd7 Color Hex

#BCACD7
(188,172,215)
0 Favorites   0 Comments

Color spaces of #bcacd7

RGB 188172215
HSL0.730.350.76
HSV262°20°84°
CMYK 0.130.200.00   0.16
XYZ47.757345.102770.4786
Yxy45.10270.29240.2761
Hunter Lab67.15859.4062-15.2101
CIE-Lab72.959514.0540-19.6281

#bcacd7 color RGB value is (188,172,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 11010111
Octal 274 254 327
Decimal 188 172 215
Hex BC AC D7

RGB Percentages of Color #bcacd7

%32.70
%29.91
%37.39

CMYK Percentages of Color #bcacd7

%13
%20
%0
%16

Triadic Colors of #bcacd7

#bcacd7 #d7bcac #acd7bc

Analogous Colors of #bcacd7

#bcacd7 #d2acd7 #acb2d7

Monochromatic Colors of #bcacd7

#bcacd7

Complementary Color

#bcacd7 #c7d7ac

#bcacd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcacd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcacd7 Color CSS Codes

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

#bcacd7 Text Font Color

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

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


#bcacd7 Background Color

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

This div background color is #bcacd7


#bcacd7 Border Color

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

This div border color is #bcacd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcacd7


Comments

No comments written yet.

Please login to write comment.