Color Hex Logo

#bcaaca Color Hex

#BCAACA
(188,170,202)
0 Favorites   0 Comments

Color spaces of #bcaaca

RGB 188170202
HSL0.760.230.73
HSV274°16°79°
CMYK 0.070.160.00   0.21
XYZ45.774443.705161.9005
Yxy43.70510.30240.2887
Hunter Lab66.10987.9011-9.2380
CIE-Lab72.030912.4769-13.9043

#bcaaca color RGB value is (188,170,202).

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

The process color (four color CMYK) of #bcaaca color hex is 0.07, 0.16, 0.00, 0.21. Web safe color of #bcaaca is #cc99cc. Color #bcaaca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 11001010
Octal 274 252 312
Decimal 188 170 202
Hex BC AA CA

RGB Percentages of Color #bcaaca

%33.57
%30.36
%36.07

CMYK Percentages of Color #bcaaca

%7
%16
%0
%21

Triadic Colors of #bcaaca

#bcaaca #cabcaa #aacabc

Analogous Colors of #bcaaca

#bcaaca #caaac8 #acaaca

Monochromatic Colors of #bcaaca

#bcaaca

Complementary Color

#bcaaca #b8caaa

#bcaaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaaca Color CSS Codes

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

#bcaaca Text Font Color

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

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


#bcaaca Background Color

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

This div background color is #bcaaca


#bcaaca Border Color

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

This div border color is #bcaaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaaca


Comments

No comments written yet.

Please login to write comment.