Color Hex Logo

#b9fcef Color Hex

#B9FCEF
(185,252,239)
0 Favorites   0 Comments

Color spaces of #b9fcef

RGB 185252239
HSL0.470.920.86
HSV168°27°99°
CMYK 0.270.000.05   0.01
XYZ70.398086.167194.5829
Yxy86.16710.28030.3431
Hunter Lab92.8262-27.07424.5663
CIE-Lab94.3838-23.4045-0.5136

#b9fcef color RGB value is (185,252,239).

#b9fcef hex color red value is 185, green value is 252 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b9fcef hue: 0.47 , saturation: 0.92 and the lightness value of b9fcef is 0.86.

The process color (four color CMYK) of #b9fcef color hex is 0.27, 0.00, 0.05, 0.01. Web safe color of #b9fcef is #ccffff. Color #b9fcef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111100 11101111
Octal 271 374 357
Decimal 185 252 239
Hex B9 FC EF

RGB Percentages of Color #b9fcef

%27.37
%37.28
%35.36

CMYK Percentages of Color #b9fcef

%27
%0
%5
%1

Triadic Colors of #b9fcef

#b9fcef #efb9fc #fcefb9

Analogous Colors of #b9fcef

#b9fcef #b9e8fc #b9fcce

Monochromatic Colors of #b9fcef

#b9fcef

Complementary Color

#b9fcef #fcb9c6

#b9fcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9fcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9fcef Color CSS Codes

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

#b9fcef Text Font Color

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

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


#b9fcef Background Color

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

This div background color is #b9fcef


#b9fcef Border Color

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

This div border color is #b9fcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9fcef

Related Colors


Comments

No comments written yet.

Please login to write comment.