Color Hex Logo

#bbfbea Color Hex

#BBFBEA
(187,251,234)
0 Favorites   0 Comments

Color spaces of #bbfbea

RGB 187251234
HSL0.460.890.86
HSV164°25°98°
CMYK 0.250.000.07   0.02
XYZ69.842085.499790.6639
Yxy85.49970.28390.3476
Hunter Lab92.4660-26.98996.5918
CIE-Lab94.0980-23.36701.6667

#bbfbea color RGB value is (187,251,234).

#bbfbea hex color red value is 187, green value is 251 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bbfbea hue: 0.46 , saturation: 0.89 and the lightness value of bbfbea is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111011 11101010
Octal 273 373 352
Decimal 187 251 234
Hex BB FB EA

RGB Percentages of Color #bbfbea

%27.83
%37.35
%34.82

CMYK Percentages of Color #bbfbea

%25
%0
%7
%2

Triadic Colors of #bbfbea

#bbfbea #eabbfb #fbeabb

Analogous Colors of #bbfbea

#bbfbea #bbecfb #bbfbca

Monochromatic Colors of #bbfbea

#bbfbea

Complementary Color

#bbfbea #fbbbcc

#bbfbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfbea Color CSS Codes

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

#bbfbea Text Font Color

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

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


#bbfbea Background Color

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

This div background color is #bbfbea


#bbfbea Border Color

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

This div border color is #bbfbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfbea


Comments

No comments written yet.

Please login to write comment.