Color Hex Logo

#b6baea Color Hex

#B6BAEA
(182,186,234)
0 Favorites   0 Comments

Color spaces of #b6baea

RGB 182186234
HSL0.650.550.82
HSV235°22°92°
CMYK 0.220.210.00   0.08
XYZ51.701651.003484.9616
Yxy51.00340.27550.2718
Hunter Lab71.41674.2447-20.5433
CIE-Lab76.68118.6677-24.3321

#b6baea color RGB value is (182,186,234).

#b6baea hex color red value is 182, green value is 186 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b6baea hue: 0.65 , saturation: 0.55 and the lightness value of b6baea is 0.82.

The process color (four color CMYK) of #b6baea color hex is 0.22, 0.21, 0.00, 0.08. Web safe color of #b6baea is #ccccff. Color #b6baea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111010 11101010
Octal 266 272 352
Decimal 182 186 234
Hex B6 BA EA

RGB Percentages of Color #b6baea

%30.23
%30.90
%38.87

CMYK Percentages of Color #b6baea

%22
%21
%0
%8

Triadic Colors of #b6baea

#b6baea #eab6ba #baeab6

Analogous Colors of #b6baea

#b6baea #ccb6ea #b6d4ea

Monochromatic Colors of #b6baea

#b6baea

Complementary Color

#b6baea #eae6b6

#b6baea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6baea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6baea Color CSS Codes

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

#b6baea Text Font Color

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

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


#b6baea Background Color

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

This div background color is #b6baea


#b6baea Border Color

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

This div border color is #b6baea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,186,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6baea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6baea;
  -webkit-box-shadow: 1px 1px 3px 2px #b6baea;
  box-shadow:         1px 1px 3px 2px #b6baea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,186,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6baea


Comments

No comments written yet.

Please login to write comment.