color codes Logo

#b8baef color codes

#B8BAEF
(184,186,239)
0 Favorites   0 Comments

Color spaces of #b8baef

RGB 184186239
HSL0.660.630.83
HSV238°23°94°
CMYK 0.230.220.00   0.06
XYZ52.906151.540288.8211
Yxy51.54020.27370.2667
Hunter Lab71.79155.9088-23.1001
CIE-Lab77.005110.4164-26.5203

#b8baef color RGB value is (184,186,239).

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

The process color (four color CMYK) of #b8baef color code is 0.23, 0.22, 0.00, 0.06. Web safe color of #b8baef is #ccccff. Color #b8baef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111010 11101111
Octal 270 272 357
Decimal 184 186 239
Hex B8 BA EF

RGB Percentages of Color #b8baef

%30.21
%30.54
%39.24

CMYK Percentages of Color #b8baef

%23
%22
%0
%6

Triadic Colors of #b8baef

#b8baef #efb8ba #baefb8

Analogous Colors of #b8baef

#b8baef #d2b8ef #b8d6ef

Monochromatic Colors of #b8baef

#b8baef

Complementary Color

#b8baef #efedb8

#b8baef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8baef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8baef Color CSS Codes

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

#b8baef Text Font Color

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

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


#b8baef Background Color

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

This div background color is #b8baef


#b8baef Border Color

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

This div border color is #b8baef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8baef


Comments

No comments written yet.

Please login to write comment.