Color Hex Logo

#bbaeeb Color Hex

#BBAEEB
(187,174,235)
0 Favorites   0 Comments

Color spaces of #bbaeeb

RGB 187174235
HSL0.700.600.80
HSV253°26°92°
CMYK 0.200.260.00   0.08
XYZ50.625046.835184.9691
Yxy46.83510.27750.2567
Hunter Lab68.436212.2803-25.7081
CIE-Lab74.084217.0083-28.8149

#bbaeeb color RGB value is (187,174,235).

#bbaeeb hex color red value is 187, green value is 174 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bbaeeb hue: 0.70 , saturation: 0.60 and the lightness value of bbaeeb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 11101011
Octal 273 256 353
Decimal 187 174 235
Hex BB AE EB

RGB Percentages of Color #bbaeeb

%31.38
%29.19
%39.43

CMYK Percentages of Color #bbaeeb

%20
%26
%0
%8

Triadic Colors of #bbaeeb

#bbaeeb #ebbbae #aeebbb

Analogous Colors of #bbaeeb

#bbaeeb #daaeeb #aec0eb

Monochromatic Colors of #bbaeeb

#bbaeeb

Complementary Color

#bbaeeb #deebae

#bbaeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaeeb Color CSS Codes

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

#bbaeeb Text Font Color

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

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


#bbaeeb Background Color

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

This div background color is #bbaeeb


#bbaeeb Border Color

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

This div border color is #bbaeeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,174,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 #bbaeeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaeeb


Comments

No comments written yet.

Please login to write comment.