Color Hex Logo

#b9ecfa Color Hex

#B9ECFA
(185,236,250)
0 Favorites   0 Comments

Color spaces of #b9ecfa

RGB 185236250
HSL0.540.870.85
HSV193°26°98°
CMYK 0.260.060.00   0.02
XYZ67.258477.2073101.8001
Yxy77.20730.27310.3135
Hunter Lab87.8677-17.1355-7.1837
CIE-Lab90.4169-13.1339-12.0882

#b9ecfa color RGB value is (185,236,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101100 11111010
Octal 271 354 372
Decimal 185 236 250
Hex B9 EC FA

RGB Percentages of Color #b9ecfa

%27.57
%35.17
%37.26

CMYK Percentages of Color #b9ecfa

%26
%6
%0
%2

Triadic Colors of #b9ecfa

#b9ecfa #fab9ec #ecfab9

Analogous Colors of #b9ecfa

#b9ecfa #b9ccfa #b9fae8

Monochromatic Colors of #b9ecfa

#b9ecfa

Complementary Color

#b9ecfa #fac7b9

#b9ecfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ecfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ecfa Color CSS Codes

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

#b9ecfa Text Font Color

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

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


#b9ecfa Background Color

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

This div background color is #b9ecfa


#b9ecfa Border Color

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

This div border color is #b9ecfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ecfa

Related Colors


Comments

No comments written yet.

Please login to write comment.