Color Hex Logo

#b0aefc Color Hex

#B0AEFC
(176,174,252)
0 Favorites   0 Comments

Color spaces of #b0aefc

RGB 176174252
HSL0.670.930.84
HSV242°31°99°
CMYK 0.300.310.00   0.01
XYZ50.611246.530598.4092
Yxy46.53050.25880.2379
Hunter Lab68.213313.0658-37.7866
CIE-Lab73.888517.8151-38.3897

#b0aefc color RGB value is (176,174,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101110 11111100
Octal 260 256 374
Decimal 176 174 252
Hex B0 AE FC

RGB Percentages of Color #b0aefc

%29.24
%28.90
%41.86

CMYK Percentages of Color #b0aefc

%30
%31
%0
%1

Triadic Colors of #b0aefc

#b0aefc #fcb0ae #aefcb0

Analogous Colors of #b0aefc

#b0aefc #d7aefc #aed3fc

Monochromatic Colors of #b0aefc

#b0aefc

Complementary Color

#b0aefc #fafcae

#b0aefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0aefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0aefc Color CSS Codes

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

#b0aefc Text Font Color

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

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


#b0aefc Background Color

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

This div background color is #b0aefc


#b0aefc Border Color

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

This div border color is #b0aefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0aefc


Comments

No comments written yet.

Please login to write comment.