Color Hex Logo

#b9e1ef Color Hex

#B9E1EF
(185,225,239)
0 Favorites   0 Comments

Color spaces of #b9e1ef

RGB 185225239
HSL0.540.630.83
HSV196°23°94°
CMYK 0.230.060.00   0.06
XYZ62.512870.396791.9545
Yxy70.39670.27800.3131
Hunter Lab83.9027-13.8361-6.2479
CIE-Lab87.1911-9.9651-11.1304

#b9e1ef color RGB value is (185,225,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11100001 11101111
Octal 271 341 357
Decimal 185 225 239
Hex B9 E1 EF

RGB Percentages of Color #b9e1ef

%28.51
%34.67
%36.83

CMYK Percentages of Color #b9e1ef

%23
%6
%0
%6

Triadic Colors of #b9e1ef

#b9e1ef #efb9e1 #e1efb9

Analogous Colors of #b9e1ef

#b9e1ef #b9c6ef #b9efe2

Monochromatic Colors of #b9e1ef

#b9e1ef

Complementary Color

#b9e1ef #efc7b9

#b9e1ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9e1ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9e1ef Color CSS Codes

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

#b9e1ef Text Font Color

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

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


#b9e1ef Background Color

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

This div background color is #b9e1ef


#b9e1ef Border Color

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

This div border color is #b9e1ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9e1ef

#b9e1ef Color Palettes


Comments

No comments written yet.

Please login to write comment.