Color Hex Logo

#b9ecfc Color Hex

#B9ECFC
(185,236,252)
0 Favorites   0 Comments

Color spaces of #b9ecfc

RGB 185236252
HSL0.540.920.86
HSV194°27°99°
CMYK 0.270.060.00   0.01
XYZ67.573777.3335103.4608
Yxy77.33350.27210.3114
Hunter Lab87.9395-16.7326-8.1971
CIE-Lab90.4749-12.6885-13.0460

#b9ecfc color RGB value is (185,236,252).

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

The process color (four color CMYK) of #b9ecfc color hex is 0.27, 0.06, 0.00, 0.01. Web safe color of #b9ecfc is #ccffff. Color #b9ecfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101100 11111100
Octal 271 354 374
Decimal 185 236 252
Hex B9 EC FC

RGB Percentages of Color #b9ecfc

%27.49
%35.07
%37.44

CMYK Percentages of Color #b9ecfc

%27
%6
%0
%1

Triadic Colors of #b9ecfc

#b9ecfc #fcb9ec #ecfcb9

Analogous Colors of #b9ecfc

#b9ecfc #b9cbfc #b9fceb

Monochromatic Colors of #b9ecfc

#b9ecfc

Complementary Color

#b9ecfc #fcc9b9

#b9ecfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ecfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ecfc Color CSS Codes

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

#b9ecfc Text Font Color

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

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


#b9ecfc Background Color

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

This div background color is #b9ecfc


#b9ecfc Border Color

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

This div border color is #b9ecfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,236,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b9ecfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ecfc


Comments

No comments written yet.

Please login to write comment.