Color Hex Logo

#bcaaef Color Hex

#BCAAEF
(188,170,239)
0 Favorites   0 Comments

Color spaces of #bcaaef

RGB 188170239
HSL0.710.680.80
HSV256°29°94°
CMYK 0.210.290.00   0.06
XYZ50.693845.672887.8052
Yxy45.67280.27530.2480
Hunter Lab67.581715.6271-29.7251
CIE-Lab73.332720.4308-32.1368

#bcaaef color RGB value is (188,170,239).

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

The process color (four color CMYK) of #bcaaef color hex is 0.21, 0.29, 0.00, 0.06. Web safe color of #bcaaef is #cc99ff. Color #bcaaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 11101111
Octal 274 252 357
Decimal 188 170 239
Hex BC AA EF

RGB Percentages of Color #bcaaef

%31.49
%28.48
%40.03

CMYK Percentages of Color #bcaaef

%21
%29
%0
%6

Triadic Colors of #bcaaef

#bcaaef #efbcaa #aaefbc

Analogous Colors of #bcaaef

#bcaaef #dfaaef #aabbef

Monochromatic Colors of #bcaaef

#bcaaef

Complementary Color

#bcaaef #ddefaa

#bcaaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaaef Color CSS Codes

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

#bcaaef Text Font Color

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

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


#bcaaef Background Color

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

This div background color is #bcaaef


#bcaaef Border Color

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

This div border color is #bcaaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaaef


Comments

No comments written yet.

Please login to write comment.