Color Hex Logo

#bcabdc Color Hex

#BCABDC
(188,171,220)
0 Favorites   0 Comments

Color spaces of #bcabdc

RGB 188171220
HSL0.720.410.77
HSV261°22°86°
CMYK 0.150.220.00   0.14
XYZ48.220244.984573.8515
Yxy44.98450.28860.2693
Hunter Lab67.070510.9589-18.3350
CIE-Lab72.881715.6694-22.4792

#bcabdc color RGB value is (188,171,220).

#bcabdc hex color red value is 188, green value is 171 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bcabdc hue: 0.72 , saturation: 0.41 and the lightness value of bcabdc is 0.77.

The process color (four color CMYK) of #bcabdc color hex is 0.15, 0.22, 0.00, 0.14. Web safe color of #bcabdc is #cc99cc. Color #bcabdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 11011100
Octal 274 253 334
Decimal 188 171 220
Hex BC AB DC

RGB Percentages of Color #bcabdc

%32.47
%29.53
%38.00

CMYK Percentages of Color #bcabdc

%15
%22
%0
%14

Triadic Colors of #bcabdc

#bcabdc #dcbcab #abdcbc

Analogous Colors of #bcabdc

#bcabdc #d5abdc #abb3dc

Monochromatic Colors of #bcabdc

#bcabdc

Complementary Color

#bcabdc #cbdcab

#bcabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcabdc Color CSS Codes

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

#bcabdc Text Font Color

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

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


#bcabdc Background Color

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

This div background color is #bcabdc


#bcabdc Border Color

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

This div border color is #bcabdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcabdc


Comments

No comments written yet.

Please login to write comment.