Color Hex Logo

#b2aade Color Hex

#B2AADE
(178,170,222)
0 Favorites   0 Comments

Color spaces of #b2aade

RGB 178170222
HSL0.690.440.77
HSV249°23°87°
CMYK 0.200.230.00   0.13
XYZ45.919643.488475.0811
Yxy43.48840.27920.2644
Hunter Lab65.94578.8888-21.3413
CIE-Lab71.885213.5190-25.1671

#b2aade color RGB value is (178,170,222).

#b2aade hex color red value is 178, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b2aade hue: 0.69 , saturation: 0.44 and the lightness value of b2aade is 0.77.

The process color (four color CMYK) of #b2aade color hex is 0.20, 0.23, 0.00, 0.13. Web safe color of #b2aade is #9999cc. Color #b2aade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101010 11011110
Octal 262 252 336
Decimal 178 170 222
Hex B2 AA DE

RGB Percentages of Color #b2aade

%31.23
%29.82
%38.95

CMYK Percentages of Color #b2aade

%20
%23
%0
%13

Triadic Colors of #b2aade

#b2aade #deb2aa #aadeb2

Analogous Colors of #b2aade

#b2aade #ccaade #aabcde

Monochromatic Colors of #b2aade

#b2aade

Complementary Color

#b2aade #d6deaa

#b2aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2aade Color CSS Codes

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

#b2aade Text Font Color

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

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


#b2aade Background Color

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

This div background color is #b2aade


#b2aade Border Color

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

This div border color is #b2aade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2aade


Comments

No comments written yet.

Please login to write comment.