Color Hex Logo

#bcaaee Color Hex

#BCAAEE
(188,170,238)
0 Favorites   0 Comments

Color spaces of #bcaaee

RGB 188170238
HSL0.710.670.80
HSV256°29°93°
CMYK 0.210.290.00   0.07
XYZ50.546445.613987.0292
Yxy45.61390.27590.2490
Hunter Lab67.538115.4002-29.1241
CIE-Lab73.294320.2030-31.6530

#bcaaee color RGB value is (188,170,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 11101110
Octal 274 252 356
Decimal 188 170 238
Hex BC AA EE

RGB Percentages of Color #bcaaee

%31.54
%28.52
%39.93

CMYK Percentages of Color #bcaaee

%21
%29
%0
%7

Triadic Colors of #bcaaee

#bcaaee #eebcaa #aaeebc

Analogous Colors of #bcaaee

#bcaaee #deaaee #aabaee

Monochromatic Colors of #bcaaee

#bcaaee

Complementary Color

#bcaaee #dceeaa

#bcaaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaaee Color CSS Codes

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

#bcaaee Text Font Color

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

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


#bcaaee Background Color

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

This div background color is #bcaaee


#bcaaee Border Color

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

This div border color is #bcaaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaaee


Comments

No comments written yet.

Please login to write comment.