Color Hex Logo

#b4baee Color Hex

#B4BAEE
(180,186,238)
0 Favorites   0 Comments

Color spaces of #b4baee

RGB 180186238
HSL0.650.630.82
HSV234°24°93°
CMYK 0.240.220.00   0.07
XYZ51.813950.994288.0009
Yxy50.99420.27150.2673
Hunter Lab71.41024.5483-23.0776
CIE-Lab76.67558.9870-26.5116

#b4baee color RGB value is (180,186,238).

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

The process color (four color CMYK) of #b4baee color hex is 0.24, 0.22, 0.00, 0.07. Web safe color of #b4baee is #ccccff. Color #b4baee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111010 11101110
Octal 264 272 356
Decimal 180 186 238
Hex B4 BA EE

RGB Percentages of Color #b4baee

%29.80
%30.79
%39.40

CMYK Percentages of Color #b4baee

%24
%22
%0
%7

Triadic Colors of #b4baee

#b4baee #eeb4ba #baeeb4

Analogous Colors of #b4baee

#b4baee #cbb4ee #b4d7ee

Monochromatic Colors of #b4baee

#b4baee

Complementary Color

#b4baee #eee8b4

#b4baee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4baee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4baee Color CSS Codes

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

#b4baee Text Font Color

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

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


#b4baee Background Color

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

This div background color is #b4baee


#b4baee Border Color

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

This div border color is #b4baee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4baee


Comments

No comments written yet.

Please login to write comment.