Color Hex Logo

#bbfeda Color Hex

#BBFEDA
(187,254,218)
0 Favorites   0 Comments

Color spaces of #bbfeda

RGB 187254218
HSL0.410.970.86
HSV148°26°100°
CMYK 0.260.000.14   0.00
XYZ68.590286.510479.4128
Yxy86.51040.29250.3689
Hunter Lab93.0110-31.135814.4859
CIE-Lab94.5302-27.941510.5412

#bbfeda color RGB value is (187,254,218).

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

The process color (four color CMYK) of #bbfeda color hex is 0.26, 0.00, 0.14, 0.00. Web safe color of #bbfeda is #ccffcc. Color #bbfeda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111110 11011010
Octal 273 376 332
Decimal 187 254 218
Hex BB FE DA

RGB Percentages of Color #bbfeda

%28.38
%38.54
%33.08

CMYK Percentages of Color #bbfeda

%26
%0
%14
%0

Triadic Colors of #bbfeda

#bbfeda #dabbfe #fedabb

Analogous Colors of #bbfeda

#bbfeda #bbfefc #befebb

Monochromatic Colors of #bbfeda

#bbfeda

Complementary Color

#bbfeda #febbdf

#bbfeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfeda Color CSS Codes

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

#bbfeda Text Font Color

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

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


#bbfeda Background Color

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

This div background color is #bbfeda


#bbfeda Border Color

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

This div border color is #bbfeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfeda


Comments

No comments written yet.

Please login to write comment.