Color Hex Logo

#bbfed9 Color Hex

#BBFED9
(187,254,217)
0 Favorites   0 Comments

Color spaces of #bbfed9

RGB 187254217
HSL0.410.970.86
HSV147°26°100°
CMYK 0.260.000.15   0.00
XYZ68.459786.458278.7255
Yxy86.45820.29300.3700
Hunter Lab92.9829-31.297514.8892
CIE-Lab94.5079-28.130311.0237

#bbfed9 color RGB value is (187,254,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111110 11011001
Octal 273 376 331
Decimal 187 254 217
Hex BB FE D9

RGB Percentages of Color #bbfed9

%28.42
%38.60
%32.98

CMYK Percentages of Color #bbfed9

%26
%0
%15
%0

Triadic Colors of #bbfed9

#bbfed9 #d9bbfe #fed9bb

Analogous Colors of #bbfed9

#bbfed9 #bbfefb #bffebb

Monochromatic Colors of #bbfed9

#bbfed9

Complementary Color

#bbfed9 #febbe0

#bbfed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfed9 Color CSS Codes

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

#bbfed9 Text Font Color

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

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


#bbfed9 Background Color

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

This div background color is #bbfed9


#bbfed9 Border Color

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

This div border color is #bbfed9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfed9

Related Colors


Comments

No comments written yet.

Please login to write comment.