Color Hex Logo

#bbfefa Color Hex

#BBFEFA
(187,254,250)
0 Favorites   0 Comments

Color spaces of #bbfefa

RGB 187254250
HSL0.490.970.86
HSV176°26°100°
CMYK 0.260.000.02   0.00
XYZ73.190688.3505103.6383
Yxy88.35050.27600.3332
Hunter Lab93.9949-25.49940.4236
CIE-Lab95.3083-21.4852-4.8249

#bbfefa color RGB value is (187,254,250).

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

The process color (four color CMYK) of #bbfefa color hex is 0.26, 0.00, 0.02, 0.00. Web safe color of #bbfefa is #ccffff. Color #bbfefa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111110 11111010
Octal 273 376 372
Decimal 187 254 250
Hex BB FE FA

RGB Percentages of Color #bbfefa

%27.06
%36.76
%36.18

CMYK Percentages of Color #bbfefa

%26
%0
%2
%0

Triadic Colors of #bbfefa

#bbfefa #fabbfe #fefabb

Analogous Colors of #bbfefa

#bbfefa #bbe1fe #bbfed9

Monochromatic Colors of #bbfefa

#bbfefa

Complementary Color

#bbfefa #febbbf

#bbfefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfefa Color CSS Codes

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

#bbfefa Text Font Color

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

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


#bbfefa Background Color

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

This div background color is #bbfefa


#bbfefa Border Color

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

This div border color is #bbfefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfefa

Related Colors


Comments

No comments written yet.

Please login to write comment.