Color Hex Logo

#bbfedf Color Hex

#BBFEDF
(187,254,223)
0 Favorites   0 Comments

Color spaces of #bbfedf

RGB 187254223
HSL0.420.970.86
HSV152°26°100°
CMYK 0.260.000.12   0.00
XYZ69.254686.776182.9114
Yxy86.77610.28980.3632
Hunter Lab93.1537-30.314112.4365
CIE-Lab94.6432-26.98548.1302

#bbfedf color RGB value is (187,254,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111110 11011111
Octal 273 376 337
Decimal 187 254 223
Hex BB FE DF

RGB Percentages of Color #bbfedf

%28.16
%38.25
%33.58

CMYK Percentages of Color #bbfedf

%26
%0
%12
%0

Triadic Colors of #bbfedf

#bbfedf #dfbbfe #fedfbb

Analogous Colors of #bbfedf

#bbfedf #bbfcfe #bbfebe

Monochromatic Colors of #bbfedf

#bbfedf

Complementary Color

#bbfedf #febbda

#bbfedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfedf Color CSS Codes

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

#bbfedf Text Font Color

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

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


#bbfedf Background Color

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

This div background color is #bbfedf


#bbfedf Border Color

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

This div border color is #bbfedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfedf


Comments

No comments written yet.

Please login to write comment.