Color Hex Logo

#bbaee8 Color Hex

#BBAEE8
(187,174,232)
0 Favorites   0 Comments

Color spaces of #bbaee8

RGB 187174232
HSL0.700.560.80
HSV253°25°91°
CMYK 0.190.250.00   0.09
XYZ50.195146.663182.7052
Yxy46.66310.27950.2599
Hunter Lab68.310411.6202-23.9667
CIE-Lab73.973816.3337-27.3552

#bbaee8 color RGB value is (187,174,232).

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

The process color (four color CMYK) of #bbaee8 color hex is 0.19, 0.25, 0.00, 0.09. Web safe color of #bbaee8 is #cc99ff. Color #bbaee8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 11101000
Octal 273 256 350
Decimal 187 174 232
Hex BB AE E8

RGB Percentages of Color #bbaee8

%31.53
%29.34
%39.12

CMYK Percentages of Color #bbaee8

%19
%25
%0
%9

Triadic Colors of #bbaee8

#bbaee8 #e8bbae #aee8bb

Analogous Colors of #bbaee8

#bbaee8 #d8aee8 #aebee8

Monochromatic Colors of #bbaee8

#bbaee8

Complementary Color

#bbaee8 #dbe8ae

#bbaee8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaee8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaee8 Color CSS Codes

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

#bbaee8 Text Font Color

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

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


#bbaee8 Background Color

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

This div background color is #bbaee8


#bbaee8 Border Color

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

This div border color is #bbaee8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,174,232, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaee8


Comments

No comments written yet.

Please login to write comment.