Color Hex Logo

#b2aedd Color Hex

#B2AEDD
(178,174,221)
0 Favorites   0 Comments

Color spaces of #b2aedd

RGB 178174221
HSL0.680.410.77
HSV245°21°87°
CMYK 0.190.210.00   0.13
XYZ46.547344.957574.6310
Yxy44.95750.28020.2706
Hunter Lab67.05046.5791-19.0580
CIE-Lab72.863911.0801-23.1259

#b2aedd color RGB value is (178,174,221).

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

The process color (four color CMYK) of #b2aedd color hex is 0.19, 0.21, 0.00, 0.13. Web safe color of #b2aedd is #9999cc. Color #b2aedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101110 11011101
Octal 262 256 335
Decimal 178 174 221
Hex B2 AE DD

RGB Percentages of Color #b2aedd

%31.06
%30.37
%38.57

CMYK Percentages of Color #b2aedd

%19
%21
%0
%13

Triadic Colors of #b2aedd

#b2aedd #ddb2ae #aeddb2

Analogous Colors of #b2aedd

#b2aedd #caaedd #aec2dd

Monochromatic Colors of #b2aedd

#b2aedd

Complementary Color

#b2aedd #d9ddae

#b2aedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2aedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2aedd Color CSS Codes

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

#b2aedd Text Font Color

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

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


#b2aedd Background Color

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

This div background color is #b2aedd


#b2aedd Border Color

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

This div border color is #b2aedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2aedd


Comments

No comments written yet.

Please login to write comment.