Color Hex Logo

#b9beef Color Hex

#B9BEEF
(185,190,239)
0 Favorites   0 Comments

Color spaces of #b9beef

RGB 185190239
HSL0.650.630.83
HSV234°23°94°
CMYK 0.230.210.00   0.06
XYZ54.001053.373289.1173
Yxy53.37320.27480.2716
Hunter Lab73.05704.0909-21.1840
CIE-Lab78.09488.5372-24.8490

#b9beef color RGB value is (185,190,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111110 11101111
Octal 271 276 357
Decimal 185 190 239
Hex B9 BE EF

RGB Percentages of Color #b9beef

%30.13
%30.94
%38.93

CMYK Percentages of Color #b9beef

%23
%21
%0
%6

Triadic Colors of #b9beef

#b9beef #efb9be #beefb9

Analogous Colors of #b9beef

#b9beef #cfb9ef #b9d9ef

Monochromatic Colors of #b9beef

#b9beef

Complementary Color

#b9beef #efeab9

#b9beef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9beef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9beef Color CSS Codes

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

#b9beef Text Font Color

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

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


#b9beef Background Color

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

This div background color is #b9beef


#b9beef Border Color

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

This div border color is #b9beef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9beef


Comments

No comments written yet.

Please login to write comment.