Color Hex Logo

#b9effd Color Hex

#B9EFFD
(185,239,253)
0 Favorites   0 Comments

Color spaces of #b9effd

RGB 185239253
HSL0.530.940.86
HSV192°27°99°
CMYK 0.270.060.00   0.01
XYZ68.603779.1391104.5881
Yxy79.13910.27190.3136
Hunter Lab88.9602-18.0258-7.4336
CIE-Lab91.2972-13.9770-12.3398

#b9effd color RGB value is (185,239,253).

#b9effd hex color red value is 185, green value is 239 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b9effd hue: 0.53 , saturation: 0.94 and the lightness value of b9effd is 0.86.

The process color (four color CMYK) of #b9effd color hex is 0.27, 0.06, 0.00, 0.01. Web safe color of #b9effd is #ccffff. Color #b9effd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101111 11111101
Octal 271 357 375
Decimal 185 239 253
Hex B9 EF FD

RGB Percentages of Color #b9effd

%27.33
%35.30
%37.37

CMYK Percentages of Color #b9effd

%27
%6
%0
%1

Triadic Colors of #b9effd

#b9effd #fdb9ef #effdb9

Analogous Colors of #b9effd

#b9effd #b9cdfd #b9fde9

Monochromatic Colors of #b9effd

#b9effd

Complementary Color

#b9effd #fdc7b9

#b9effd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9effd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9effd Color CSS Codes

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

#b9effd Text Font Color

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

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


#b9effd Background Color

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

This div background color is #b9effd


#b9effd Border Color

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

This div border color is #b9effd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9effd


Comments

No comments written yet.

Please login to write comment.