Color Hex Logo

#bbd4fe Color Hex

#BBD4FE
(187,212,254)
0 Favorites   0 Comments

Color spaces of #bbd4fe

RGB 187212254
HSL0.600.970.86
HSV218°26°100°
CMYK 0.260.170.00   0.00
XYZ61.926464.8075103.0112
Yxy64.80750.26950.2821
Hunter Lab80.5031-3.5707-19.5149
CIE-Lab84.38440.7686-23.2616

#bbd4fe color RGB value is (187,212,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010100 11111110
Octal 273 324 376
Decimal 187 212 254
Hex BB D4 FE

RGB Percentages of Color #bbd4fe

%28.64
%32.47
%38.90

CMYK Percentages of Color #bbd4fe

%26
%17
%0
%0

Triadic Colors of #bbd4fe

#bbd4fe #febbd4 #d4febb

Analogous Colors of #bbd4fe

#bbd4fe #c4bbfe #bbf6fe

Monochromatic Colors of #bbd4fe

#bbd4fe

Complementary Color

#bbd4fe #fee5bb

#bbd4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd4fe Color CSS Codes

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

#bbd4fe Text Font Color

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

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


#bbd4fe Background Color

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

This div background color is #bbd4fe


#bbd4fe Border Color

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

This div border color is #bbd4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd4fe


Comments

No comments written yet.

Please login to write comment.