Color Hex Logo

#bbfeec Color Hex

#BBFEEC
(187,254,236)
0 Favorites   0 Comments

Color spaces of #bbfeec

RGB 187254236
HSL0.460.970.86
HSV164°26°100°
CMYK 0.260.000.07   0.00
XYZ71.075687.504592.5009
Yxy87.50450.28310.3485
Hunter Lab93.5438-28.07556.8517
CIE-Lab94.9519-24.40661.8766

#bbfeec color RGB value is (187,254,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111110 11101100
Octal 273 376 354
Decimal 187 254 236
Hex BB FE EC

RGB Percentages of Color #bbfeec

%27.62
%37.52
%34.86

CMYK Percentages of Color #bbfeec

%26
%0
%7
%0

Triadic Colors of #bbfeec

#bbfeec #ecbbfe #feecbb

Analogous Colors of #bbfeec

#bbfeec #bbeffe #bbfecb

Monochromatic Colors of #bbfeec

#bbfeec

Complementary Color

#bbfeec #febbcd

#bbfeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfeec Color CSS Codes

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

#bbfeec Text Font Color

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

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


#bbfeec Background Color

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

This div background color is #bbfeec


#bbfeec Border Color

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

This div border color is #bbfeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfeec


Comments

No comments written yet.

Please login to write comment.