Color Hex Logo

#bcaaea Color Hex

#BCAAEA
(188,170,234)
0 Favorites   0 Comments

Color spaces of #bcaaea

RGB 188170234
HSL0.710.600.79
HSV257°27°92°
CMYK 0.200.270.00   0.08
XYZ49.965045.381383.9679
Yxy45.38130.27860.2531
Hunter Lab67.365614.5033-26.7461
CIE-Lab73.142319.2992-29.7128

#bcaaea color RGB value is (188,170,234).

#bcaaea hex color red value is 188, green value is 170 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bcaaea hue: 0.71 , saturation: 0.60 and the lightness value of bcaaea is 0.79.

The process color (four color CMYK) of #bcaaea color hex is 0.20, 0.27, 0.00, 0.08. Web safe color of #bcaaea is #cc99ff. Color #bcaaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 11101010
Octal 274 252 352
Decimal 188 170 234
Hex BC AA EA

RGB Percentages of Color #bcaaea

%31.76
%28.72
%39.53

CMYK Percentages of Color #bcaaea

%20
%27
%0
%8

Triadic Colors of #bcaaea

#bcaaea #eabcaa #aaeabc

Analogous Colors of #bcaaea

#bcaaea #dcaaea #aab8ea

Monochromatic Colors of #bcaaea

#bcaaea

Complementary Color

#bcaaea #d8eaaa

#bcaaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaaea Color CSS Codes

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

#bcaaea Text Font Color

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

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


#bcaaea Background Color

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

This div background color is #bcaaea


#bcaaea Border Color

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

This div border color is #bcaaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaaea


Comments

No comments written yet.

Please login to write comment.