Color Hex Logo

#b5baea Color Hex

#B5BAEA
(181,186,234)
0 Favorites   0 Comments

Color spaces of #b5baea

RGB 181186234
HSL0.650.560.81
HSV234°23°92°
CMYK 0.230.210.00   0.08
XYZ51.466250.882184.9506
Yxy50.88210.27480.2717
Hunter Lab71.33173.9583-20.6777
CIE-Lab76.60758.3643-24.4509

#b5baea color RGB value is (181,186,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111010 11101010
Octal 265 272 352
Decimal 181 186 234
Hex B5 BA EA

RGB Percentages of Color #b5baea

%30.12
%30.95
%38.94

CMYK Percentages of Color #b5baea

%23
%21
%0
%8

Triadic Colors of #b5baea

#b5baea #eab5ba #baeab5

Analogous Colors of #b5baea

#b5baea #cbb5ea #b5d5ea

Monochromatic Colors of #b5baea

#b5baea

Complementary Color

#b5baea #eae5b5

#b5baea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5baea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5baea Color CSS Codes

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

#b5baea Text Font Color

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

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


#b5baea Background Color

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

This div background color is #b5baea


#b5baea Border Color

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

This div border color is #b5baea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5baea


Comments

No comments written yet.

Please login to write comment.