Color Hex Logo

#b9dbfc Color Hex

#B9DBFC
(185,219,252)
0 Favorites   0 Comments

Color spaces of #b9dbfc

RGB 185219252
HSL0.580.920.86
HSV210°27°99°
CMYK 0.270.130.00   0.01
XYZ62.909868.0056101.9062
Yxy68.00560.27020.2921
Hunter Lab82.4655-8.1438-15.5414
CIE-Lab86.0092-3.9525-19.7556

#b9dbfc color RGB value is (185,219,252).

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

The process color (four color CMYK) of #b9dbfc color hex is 0.27, 0.13, 0.00, 0.01. Web safe color of #b9dbfc is #ccccff. Color #b9dbfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011011 11111100
Octal 271 333 374
Decimal 185 219 252
Hex B9 DB FC

RGB Percentages of Color #b9dbfc

%28.20
%33.38
%38.41

CMYK Percentages of Color #b9dbfc

%27
%13
%0
%1

Triadic Colors of #b9dbfc

#b9dbfc #fcb9db #dbfcb9

Analogous Colors of #b9dbfc

#b9dbfc #b9bafc #b9fcfc

Monochromatic Colors of #b9dbfc

#b9dbfc

Complementary Color

#b9dbfc #fcdab9

#b9dbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dbfc Color CSS Codes

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

#b9dbfc Text Font Color

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

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


#b9dbfc Background Color

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

This div background color is #b9dbfc


#b9dbfc Border Color

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

This div border color is #b9dbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dbfc

Related Colors


Comments

No comments written yet.

Please login to write comment.