Color Hex Logo

#b0aefa Color Hex

#B0AEFA
(176,174,250)
0 Favorites   0 Comments

Color spaces of #b0aefa

RGB 176174250
HSL0.670.880.83
HSV242°30°98°
CMYK 0.300.300.00   0.02
XYZ50.295946.404396.7485
Yxy46.40430.26000.2399
Hunter Lab68.120712.5816-36.5222
CIE-Lab73.807117.3223-37.4360

#b0aefa color RGB value is (176,174,250).

#b0aefa hex color red value is 176, green value is 174 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b0aefa hue: 0.67 , saturation: 0.88 and the lightness value of b0aefa is 0.83.

The process color (four color CMYK) of #b0aefa color hex is 0.30, 0.30, 0.00, 0.02. Web safe color of #b0aefa is #9999ff. Color #b0aefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101110 11111010
Octal 260 256 372
Decimal 176 174 250
Hex B0 AE FA

RGB Percentages of Color #b0aefa

%29.33
%29.00
%41.67

CMYK Percentages of Color #b0aefa

%30
%30
%0
%2

Triadic Colors of #b0aefa

#b0aefa #fab0ae #aefab0

Analogous Colors of #b0aefa

#b0aefa #d6aefa #aed2fa

Monochromatic Colors of #b0aefa

#b0aefa

Complementary Color

#b0aefa #f8faae

#b0aefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0aefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0aefa Color CSS Codes

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

#b0aefa Text Font Color

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

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


#b0aefa Background Color

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

This div background color is #b0aefa


#b0aefa Border Color

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

This div border color is #b0aefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0aefa


Comments

No comments written yet.

Please login to write comment.