Color Hex Logo

#b2aefe Color Hex

#B2AEFE
(178,174,254)
0 Favorites   0 Comments

Color spaces of #b2aefe

RGB 178174254
HSL0.680.980.84
HSV243°31°100°
CMYK 0.300.310.00   0.00
XYZ51.385546.8928100.1088
Yxy46.89280.25900.2364
Hunter Lab68.478314.1077-38.7415
CIE-Lab74.121118.8683-39.0953

#b2aefe color RGB value is (178,174,254).

#b2aefe hex color red value is 178, green value is 174 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b2aefe hue: 0.68 , saturation: 0.98 and the lightness value of b2aefe is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101110 11111110
Octal 262 256 376
Decimal 178 174 254
Hex B2 AE FE

RGB Percentages of Color #b2aefe

%29.37
%28.71
%41.91

CMYK Percentages of Color #b2aefe

%30
%31
%0
%0

Triadic Colors of #b2aefe

#b2aefe #feb2ae #aefeb2

Analogous Colors of #b2aefe

#b2aefe #daaefe #aed2fe

Monochromatic Colors of #b2aefe

#b2aefe

Complementary Color

#b2aefe #fafeae

#b2aefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2aefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2aefe Color CSS Codes

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

#b2aefe Text Font Color

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

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


#b2aefe Background Color

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

This div background color is #b2aefe


#b2aefe Border Color

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

This div border color is #b2aefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2aefe


Comments

No comments written yet.

Please login to write comment.