Color Hex Logo

#b8aefb Color Hex

#B8AEFB
(184,174,251)
1 Favorites   0 Comments

Color spaces of #b8aefb

RGB 184174251
HSL0.690.910.83
HSV248°31°98°
CMYK 0.270.310.00   0.02
XYZ52.315847.427597.6639
Yxy47.42750.26500.2403
Hunter Lab68.867615.0805-35.8742
CIE-Lab74.462419.8409-36.9107

#b8aefb color RGB value is (184,174,251).

#b8aefb hex color red value is 184, green value is 174 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b8aefb hue: 0.69 , saturation: 0.91 and the lightness value of b8aefb is 0.83.

The process color (four color CMYK) of #b8aefb color hex is 0.27, 0.31, 0.00, 0.02. Web safe color of #b8aefb is #cc99ff. Color #b8aefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101110 11111011
Octal 270 256 373
Decimal 184 174 251
Hex B8 AE FB

RGB Percentages of Color #b8aefb

%30.21
%28.57
%41.22

CMYK Percentages of Color #b8aefb

%27
%31
%0
%2

Triadic Colors of #b8aefb

#b8aefb #fbb8ae #aefbb8

Analogous Colors of #b8aefb

#b8aefb #dfaefb #aecbfb

Monochromatic Colors of #b8aefb

#b8aefb

Complementary Color

#b8aefb #f1fbae

#b8aefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8aefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8aefb Color CSS Codes

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

#b8aefb Text Font Color

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

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


#b8aefb Background Color

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

This div background color is #b8aefb


#b8aefb Border Color

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

This div border color is #b8aefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8aefb

#b8aefb Color Palettes


Comments

No comments written yet.

Please login to write comment.