Color Hex Logo

#bcaaeb Color Hex

#BCAAEB
(188,170,235)
0 Favorites   0 Comments

Color spaces of #bcaaeb

RGB 188170235
HSL0.710.620.79
HSV257°28°92°
CMYK 0.200.280.00   0.08
XYZ50.109245.439084.7268
Yxy45.43900.27800.2521
Hunter Lab67.408514.7262-27.3367
CIE-Lab73.180019.5243-30.1986

#bcaaeb color RGB value is (188,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 11101011
Octal 274 252 353
Decimal 188 170 235
Hex BC AA EB

RGB Percentages of Color #bcaaeb

%31.70
%28.67
%39.63

CMYK Percentages of Color #bcaaeb

%20
%28
%0
%8

Triadic Colors of #bcaaeb

#bcaaeb #ebbcaa #aaebbc

Analogous Colors of #bcaaeb

#bcaaeb #ddaaeb #aab9eb

Monochromatic Colors of #bcaaeb

#bcaaeb

Complementary Color

#bcaaeb #d9ebaa

#bcaaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaaeb Color CSS Codes

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

#bcaaeb Text Font Color

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

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


#bcaaeb Background Color

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

This div background color is #bcaaeb


#bcaaeb Border Color

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

This div border color is #bcaaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaaeb


Comments

No comments written yet.

Please login to write comment.