Color Hex Logo

#b2baea Color Hex

#B2BAEA
(178,186,234)
0 Favorites   0 Comments

Color spaces of #b2baea

RGB 178186234
HSL0.640.570.81
HSV231°24°92°
CMYK 0.240.210.00   0.08
XYZ50.770350.523384.9180
Yxy50.52330.27260.2713
Hunter Lab71.07973.1081-21.0771
CIE-Lab76.38937.4596-24.8035

#b2baea color RGB value is (178,186,234).

#b2baea hex color red value is 178, green value is 186 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b2baea hue: 0.64 , saturation: 0.57 and the lightness value of b2baea is 0.81.

The process color (four color CMYK) of #b2baea color hex is 0.24, 0.21, 0.00, 0.08. Web safe color of #b2baea is #99ccff. Color #b2baea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111010 11101010
Octal 262 272 352
Decimal 178 186 234
Hex B2 BA EA

RGB Percentages of Color #b2baea

%29.77
%31.10
%39.13

CMYK Percentages of Color #b2baea

%24
%21
%0
%8

Triadic Colors of #b2baea

#b2baea #eab2ba #baeab2

Analogous Colors of #b2baea

#b2baea #c6b2ea #b2d6ea

Monochromatic Colors of #b2baea

#b2baea

Complementary Color

#b2baea #eae2b2

#b2baea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2baea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2baea Color CSS Codes

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

#b2baea Text Font Color

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

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


#b2baea Background Color

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

This div background color is #b2baea


#b2baea Border Color

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

This div border color is #b2baea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,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 #b2baea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2baea


Comments

No comments written yet.

Please login to write comment.