Color Hex Logo

#b8baee Color Hex

#B8BAEE
(184,186,238)
0 Favorites   0 Comments

Color spaces of #b8baee

RGB 184186238
HSL0.660.610.83
HSV238°23°93°
CMYK 0.230.220.00   0.07
XYZ52.758751.481288.0451
Yxy51.48120.27440.2677
Hunter Lab71.75045.6894-22.5296
CIE-Lab76.969610.1871-26.0357

#b8baee color RGB value is (184,186,238).

#b8baee hex color red value is 184, green value is 186 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b8baee hue: 0.66 , saturation: 0.61 and the lightness value of b8baee is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111010 11101110
Octal 270 272 356
Decimal 184 186 238
Hex B8 BA EE

RGB Percentages of Color #b8baee

%30.26
%30.59
%39.14

CMYK Percentages of Color #b8baee

%23
%22
%0
%7

Triadic Colors of #b8baee

#b8baee #eeb8ba #baeeb8

Analogous Colors of #b8baee

#b8baee #d1b8ee #b8d5ee

Monochromatic Colors of #b8baee

#b8baee

Complementary Color

#b8baee #eeecb8

#b8baee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8baee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8baee Color CSS Codes

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

#b8baee Text Font Color

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

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


#b8baee Background Color

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

This div background color is #b8baee


#b8baee Border Color

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

This div border color is #b8baee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8baee


Comments

No comments written yet.

Please login to write comment.