Color Hex Logo

#bbaefd Color Hex

#BBAEFD
(187,174,253)
0 Favorites   0 Comments

Color spaces of #bbaefd

RGB 187174253
HSL0.690.950.84
HSV250°31°99°
CMYK 0.260.310.00   0.01
XYZ53.359247.928799.3673
Yxy47.92870.26590.2389
Hunter Lab69.230616.4248-36.6381
CIE-Lab74.779921.1784-37.4781

#bbaefd color RGB value is (187,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 11111101
Octal 273 256 375
Decimal 187 174 253
Hex BB AE FD

RGB Percentages of Color #bbaefd

%30.46
%28.34
%41.21

CMYK Percentages of Color #bbaefd

%26
%31
%0
%1

Triadic Colors of #bbaefd

#bbaefd #fdbbae #aefdbb

Analogous Colors of #bbaefd

#bbaefd #e3aefd #aec9fd

Monochromatic Colors of #bbaefd

#bbaefd

Complementary Color

#bbaefd #f0fdae

#bbaefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaefd Color CSS Codes

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

#bbaefd Text Font Color

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

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


#bbaefd Background Color

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

This div background color is #bbaefd


#bbaefd Border Color

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

This div border color is #bbaefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaefd

Related Colors


Comments

No comments written yet.

Please login to write comment.