Color Hex Logo

#b2aeda Color Hex

#B2AEDA
(178,174,218)
0 Favorites   0 Comments

Color spaces of #b2aeda

RGB 178174218
HSL0.680.370.77
HSV245°20°85°
CMYK 0.180.200.00   0.15
XYZ46.151044.799072.5443
Yxy44.79900.28230.2740
Hunter Lab66.93215.9482-17.4090
CIE-Lab72.759310.4091-21.6471

#b2aeda color RGB value is (178,174,218).

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

The process color (four color CMYK) of #b2aeda color hex is 0.18, 0.20, 0.00, 0.15. Web safe color of #b2aeda is #9999cc. Color #b2aeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101110 11011010
Octal 262 256 332
Decimal 178 174 218
Hex B2 AE DA

RGB Percentages of Color #b2aeda

%31.23
%30.53
%38.25

CMYK Percentages of Color #b2aeda

%18
%20
%0
%15

Triadic Colors of #b2aeda

#b2aeda #dab2ae #aedab2

Analogous Colors of #b2aeda

#b2aeda #c8aeda #aec0da

Monochromatic Colors of #b2aeda

#b2aeda

Complementary Color

#b2aeda #d6daae

#b2aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2aeda Color CSS Codes

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

#b2aeda Text Font Color

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

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


#b2aeda Background Color

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

This div background color is #b2aeda


#b2aeda Border Color

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

This div border color is #b2aeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2aeda


Comments

No comments written yet.

Please login to write comment.