Color Hex Logo

#bcaafe Color Hex

#BCAAFE
(188,170,254)
0 Favorites   0 Comments

Color spaces of #bcaafe

RGB 188170254
HSL0.700.980.83
HSV253°33°100°
CMYK 0.260.330.00   0.00
XYZ53.003246.596699.9664
Yxy46.59660.26560.2335
Hunter Lab68.261719.1420-39.0445
CIE-Lab73.931023.9183-39.3309

#bcaafe color RGB value is (188,170,254).

#bcaafe hex color red value is 188, green value is 170 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bcaafe hue: 0.70 , saturation: 0.98 and the lightness value of bcaafe is 0.83.

The process color (four color CMYK) of #bcaafe color hex is 0.26, 0.33, 0.00, 0.00. Web safe color of #bcaafe is #cc99ff. Color #bcaafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 11111110
Octal 274 252 376
Decimal 188 170 254
Hex BC AA FE

RGB Percentages of Color #bcaafe

%30.72
%27.78
%41.50

CMYK Percentages of Color #bcaafe

%26
%33
%0
%0

Triadic Colors of #bcaafe

#bcaafe #febcaa #aafebc

Analogous Colors of #bcaafe

#bcaafe #e6aafe #aac2fe

Monochromatic Colors of #bcaafe

#bcaafe

Complementary Color

#bcaafe #ecfeaa

#bcaafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaafe Color CSS Codes

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

#bcaafe Text Font Color

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

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


#bcaafe Background Color

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

This div background color is #bcaafe


#bcaafe Border Color

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

This div border color is #bcaafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaafe


Comments

No comments written yet.

Please login to write comment.