Color Hex Logo

#bbd2fe Color Hex

#BBD2FE
(187,210,254)
0 Favorites   0 Comments

Color spaces of #bbd2fe

RGB 187210254
HSL0.610.970.86
HSV219°26°100°
CMYK 0.260.170.00   0.00
XYZ61.429563.8137102.8455
Yxy63.81370.26930.2798
Hunter Lab79.8835-2.5316-20.4141
CIE-Lab83.86871.8292-24.0455

#bbd2fe color RGB value is (187,210,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010010 11111110
Octal 273 322 376
Decimal 187 210 254
Hex BB D2 FE

RGB Percentages of Color #bbd2fe

%28.73
%32.26
%39.02

CMYK Percentages of Color #bbd2fe

%26
%17
%0
%0

Triadic Colors of #bbd2fe

#bbd2fe #febbd2 #d2febb

Analogous Colors of #bbd2fe

#bbd2fe #c6bbfe #bbf4fe

Monochromatic Colors of #bbd2fe

#bbd2fe

Complementary Color

#bbd2fe #fee7bb

#bbd2fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd2fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd2fe Color CSS Codes

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

#bbd2fe Text Font Color

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

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


#bbd2fe Background Color

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

This div background color is #bbd2fe


#bbd2fe Border Color

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

This div border color is #bbd2fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd2fe


Comments

No comments written yet.

Please login to write comment.