Color Hex Logo

#b9cffd Color Hex

#B9CFFD
(185,207,253)
0 Favorites   0 Comments

Color spaces of #b9cffd

RGB 185207253
HSL0.610.940.86
HSV221°27°99°
CMYK 0.270.180.00   0.01
XYZ60.050062.0318101.7369
Yxy62.03180.26830.2772
Hunter Lab78.7603-1.7349-21.4544
CIE-Lab82.93032.6133-24.9557

#b9cffd color RGB value is (185,207,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001111 11111101
Octal 271 317 375
Decimal 185 207 253
Hex B9 CF FD

RGB Percentages of Color #b9cffd

%28.68
%32.09
%39.22

CMYK Percentages of Color #b9cffd

%27
%18
%0
%1

Triadic Colors of #b9cffd

#b9cffd #fdb9cf #cffdb9

Analogous Colors of #b9cffd

#b9cffd #c5b9fd #b9f1fd

Monochromatic Colors of #b9cffd

#b9cffd

Complementary Color

#b9cffd #fde7b9

#b9cffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cffd Color CSS Codes

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

#b9cffd Text Font Color

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

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


#b9cffd Background Color

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

This div background color is #b9cffd


#b9cffd Border Color

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

This div border color is #b9cffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cffd

Related Colors


Comments

No comments written yet.

Please login to write comment.