Color Hex Logo

#b9faee Color Hex

#B9FAEE
(185,250,238)
0 Favorites   0 Comments

Color spaces of #b9faee

RGB 185250238
HSL0.470.870.85
HSV169°26°98°
CMYK 0.260.000.05   0.02
XYZ69.625884.858593.5986
Yxy84.85850.28070.3421
Hunter Lab92.1187-26.29254.2406
CIE-Lab93.8221-22.6438-0.8176

#b9faee color RGB value is (185,250,238).

#b9faee hex color red value is 185, green value is 250 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b9faee hue: 0.47 , saturation: 0.87 and the lightness value of b9faee is 0.85.

The process color (four color CMYK) of #b9faee color hex is 0.26, 0.00, 0.05, 0.02. Web safe color of #b9faee is #ccffff. Color #b9faee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111010 11101110
Octal 271 372 356
Decimal 185 250 238
Hex B9 FA EE

RGB Percentages of Color #b9faee

%27.49
%37.15
%35.36

CMYK Percentages of Color #b9faee

%26
%0
%5
%2

Triadic Colors of #b9faee

#b9faee #eeb9fa #faeeb9

Analogous Colors of #b9faee

#b9faee #b9e6fa #b9face

Monochromatic Colors of #b9faee

#b9faee

Complementary Color

#b9faee #fab9c5

#b9faee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9faee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9faee Color CSS Codes

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

#b9faee Text Font Color

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

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


#b9faee Background Color

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

This div background color is #b9faee


#b9faee Border Color

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

This div border color is #b9faee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9faee

Related Colors


Comments

No comments written yet.

Please login to write comment.