Color Hex Logo

#bbaefc Color Hex

#BBAEFC
(187,174,252)
0 Favorites   0 Comments

Color spaces of #bbaefc

RGB 187174252
HSL0.690.930.84
HSV250°31°99°
CMYK 0.260.310.00   0.01
XYZ53.200347.865298.5304
Yxy47.86520.26650.2398
Hunter Lab69.184716.1863-36.0095
CIE-Lab74.739820.9414-37.0011

#bbaefc color RGB value is (187,174,252).

#bbaefc hex color red value is 187, green value is 174 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bbaefc hue: 0.69 , saturation: 0.93 and the lightness value of bbaefc is 0.84.

The process color (four color CMYK) of #bbaefc color hex is 0.26, 0.31, 0.00, 0.01. Web safe color of #bbaefc is #cc99ff. Color #bbaefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 11111100
Octal 273 256 374
Decimal 187 174 252
Hex BB AE FC

RGB Percentages of Color #bbaefc

%30.51
%28.38
%41.11

CMYK Percentages of Color #bbaefc

%26
%31
%0
%1

Triadic Colors of #bbaefc

#bbaefc #fcbbae #aefcbb

Analogous Colors of #bbaefc

#bbaefc #e2aefc #aec8fc

Monochromatic Colors of #bbaefc

#bbaefc

Complementary Color

#bbaefc #effcae

#bbaefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaefc Color CSS Codes

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

#bbaefc Text Font Color

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

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


#bbaefc Background Color

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

This div background color is #bbaefc


#bbaefc Border Color

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

This div border color is #bbaefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaefc

Related Colors


Comments

No comments written yet.

Please login to write comment.