Color Hex Logo

#b9eaef Color Hex

#B9EAEF
(185,234,239)
0 Favorites   0 Comments

Color spaces of #b9eaef

RGB 185234239
HSL0.520.630.83
HSV186°23°94°
CMYK 0.230.020.00   0.06
XYZ65.010475.391992.7870
Yxy75.39190.27880.3233
Hunter Lab86.8285-18.3030-2.5787
CIE-Lab89.5762-14.5306-7.5868

#b9eaef color RGB value is (185,234,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101010 11101111
Octal 271 352 357
Decimal 185 234 239
Hex B9 EA EF

RGB Percentages of Color #b9eaef

%28.12
%35.56
%36.32

CMYK Percentages of Color #b9eaef

%23
%2
%0
%6

Triadic Colors of #b9eaef

#b9eaef #efb9ea #eaefb9

Analogous Colors of #b9eaef

#b9eaef #b9cfef #b9efd9

Monochromatic Colors of #b9eaef

#b9eaef

Complementary Color

#b9eaef #efbeb9

#b9eaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9eaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9eaef Color CSS Codes

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

#b9eaef Text Font Color

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

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


#b9eaef Background Color

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

This div background color is #b9eaef


#b9eaef Border Color

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

This div border color is #b9eaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9eaef


Comments

No comments written yet.

Please login to write comment.