Color Hex Logo

#bbd3fe Color Hex

#BBD3FE
(187,211,254)
0 Favorites   0 Comments

Color spaces of #bbd3fe

RGB 187211254
HSL0.610.970.86
HSV219°26°100°
CMYK 0.260.170.00   0.00
XYZ61.677264.3091102.9281
Yxy64.30910.26940.2809
Hunter Lab80.1930-3.0515-19.9640
CIE-Lab84.12641.2984-23.6536

#bbd3fe color RGB value is (187,211,254).

#bbd3fe hex color red value is 187, green value is 211 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bbd3fe hue: 0.61 , saturation: 0.97 and the lightness value of bbd3fe is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010011 11111110
Octal 273 323 376
Decimal 187 211 254
Hex BB D3 FE

RGB Percentages of Color #bbd3fe

%28.68
%32.36
%38.96

CMYK Percentages of Color #bbd3fe

%26
%17
%0
%0

Triadic Colors of #bbd3fe

#bbd3fe #febbd3 #d3febb

Analogous Colors of #bbd3fe

#bbd3fe #c5bbfe #bbf5fe

Monochromatic Colors of #bbd3fe

#bbd3fe

Complementary Color

#bbd3fe #fee6bb

#bbd3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd3fe Color CSS Codes

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

#bbd3fe Text Font Color

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

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


#bbd3fe Background Color

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

This div background color is #bbd3fe


#bbd3fe Border Color

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

This div border color is #bbd3fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,211,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd3fe


Comments

No comments written yet.

Please login to write comment.