Color Hex Logo

#b9defa Color Hex

#B9DEFA
(185,222,250)
0 Favorites   0 Comments

Color spaces of #b9defa

RGB 185222250
HSL0.570.870.85
HSV206°26°98°
CMYK 0.260.110.00   0.02
XYZ63.384269.4590100.5087
Yxy69.45900.27160.2977
Hunter Lab83.3421-10.0939-13.1630
CIE-Lab86.7308-5.9702-17.6131

#b9defa color RGB value is (185,222,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011110 11111010
Octal 271 336 372
Decimal 185 222 250
Hex B9 DE FA

RGB Percentages of Color #b9defa

%28.16
%33.79
%38.05

CMYK Percentages of Color #b9defa

%26
%11
%0
%2

Triadic Colors of #b9defa

#b9defa #fab9de #defab9

Analogous Colors of #b9defa

#b9defa #b9befa #b9faf6

Monochromatic Colors of #b9defa

#b9defa

Complementary Color

#b9defa #fad5b9

#b9defa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9defa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9defa Color CSS Codes

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

#b9defa Text Font Color

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

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


#b9defa Background Color

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

This div background color is #b9defa


#b9defa Border Color

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

This div border color is #b9defa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9defa


Comments

No comments written yet.

Please login to write comment.