Color Hex Logo

#bbfafd Color Hex

#BBFAFD
(187,250,253)
0 Favorites   0 Comments

Color spaces of #bbfafd

RGB 187250253
HSL0.510.940.86
HSV183°26°99°
CMYK 0.260.010.00   0.01
XYZ72.408786.0279105.7172
Yxy86.02790.27410.3257
Hunter Lab92.7512-22.9639-2.6525
CIE-Lab94.3243-18.8815-7.8283

#bbfafd color RGB value is (187,250,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111010 11111101
Octal 273 372 375
Decimal 187 250 253
Hex BB FA FD

RGB Percentages of Color #bbfafd

%27.10
%36.23
%36.67

CMYK Percentages of Color #bbfafd

%26
%1
%0
%1

Triadic Colors of #bbfafd

#bbfafd #fdbbfa #fafdbb

Analogous Colors of #bbfafd

#bbfafd #bbd9fd #bbfddf

Monochromatic Colors of #bbfafd

#bbfafd

Complementary Color

#bbfafd #fdbebb

#bbfafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfafd Color CSS Codes

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

#bbfafd Text Font Color

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

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


#bbfafd Background Color

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

This div background color is #bbfafd


#bbfafd Border Color

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

This div border color is #bbfafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfafd


Comments

No comments written yet.

Please login to write comment.