Color Hex Logo

#b9cafa Color Hex

#B9CAFA
(185,202,250)
0 Favorites   0 Comments

Color spaces of #b9cafa

RGB 185202250
HSL0.620.870.85
HSV224°26°98°
CMYK 0.260.190.00   0.02
XYZ58.383459.457598.8418
Yxy59.45750.26940.2744
Hunter Lab77.10870.2124-22.0248
CIE-Lab81.54244.5893-25.4761

#b9cafa color RGB value is (185,202,250).

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

The process color (four color CMYK) of #b9cafa color hex is 0.26, 0.19, 0.00, 0.02. Web safe color of #b9cafa is #ccccff. Color #b9cafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001010 11111010
Octal 271 312 372
Decimal 185 202 250
Hex B9 CA FA

RGB Percentages of Color #b9cafa

%29.04
%31.71
%39.25

CMYK Percentages of Color #b9cafa

%26
%19
%0
%2

Triadic Colors of #b9cafa

#b9cafa #fab9ca #cafab9

Analogous Colors of #b9cafa

#b9cafa #c9b9fa #b9ebfa

Monochromatic Colors of #b9cafa

#b9cafa

Complementary Color

#b9cafa #fae9b9

#b9cafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cafa Color CSS Codes

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

#b9cafa Text Font Color

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

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


#b9cafa Background Color

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

This div background color is #b9cafa


#b9cafa Border Color

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

This div border color is #b9cafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cafa


Comments

No comments written yet.

Please login to write comment.