Color Hex Logo

#b9dffa Color Hex

#B9DFFA
(185,223,250)
0 Favorites   0 Comments

Color spaces of #b9dffa

RGB 185223250
HSL0.570.870.85
HSV205°26°98°
CMYK 0.260.110.00   0.02
XYZ63.650669.9918100.5975
Yxy69.99180.27170.2988
Hunter Lab83.6611-10.6015-12.7299
CIE-Lab86.9928-6.4884-17.2187

#b9dffa color RGB value is (185,223,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011111 11111010
Octal 271 337 372
Decimal 185 223 250
Hex B9 DF FA

RGB Percentages of Color #b9dffa

%28.12
%33.89
%37.99

CMYK Percentages of Color #b9dffa

%26
%11
%0
%2

Triadic Colors of #b9dffa

#b9dffa #fab9df #dffab9

Analogous Colors of #b9dffa

#b9dffa #b9bffa #b9faf5

Monochromatic Colors of #b9dffa

#b9dffa

Complementary Color

#b9dffa #fad4b9

#b9dffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dffa Color CSS Codes

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

#b9dffa Text Font Color

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

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


#b9dffa Background Color

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

This div background color is #b9dffa


#b9dffa Border Color

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

This div border color is #b9dffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dffa


Comments

No comments written yet.

Please login to write comment.