Color Hex Logo

#bbec9f Color Hex

#BBEC9F
(187,236,159)
0 Favorites   0 Comments

Color spaces of #bbec9f

RGB 187236159
HSL0.270.670.77
HSV98°33°93°
CMYK 0.210.000.33   0.07
XYZ56.747073.058943.9118
Yxy73.05890.32670.4206
Hunter Lab85.4745-31.073229.3724
CIE-Lab88.4758-29.304732.3661

#bbec9f color RGB value is (187,236,159).

#bbec9f hex color red value is 187, green value is 236 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bbec9f hue: 0.27 , saturation: 0.67 and the lightness value of bbec9f is 0.77.

The process color (four color CMYK) of #bbec9f color hex is 0.21, 0.00, 0.33, 0.07. Web safe color of #bbec9f is #ccff99. Color #bbec9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101100 10011111
Octal 273 354 237
Decimal 187 236 159
Hex BB EC 9F

RGB Percentages of Color #bbec9f

%32.13
%40.55
%27.32

CMYK Percentages of Color #bbec9f

%21
%0
%33
%7

Triadic Colors of #bbec9f

#bbec9f #9fbbec #ec9fbb

Analogous Colors of #bbec9f

#bbec9f #9fecaa #e2ec9f

Monochromatic Colors of #bbec9f

#bbec9f

Complementary Color

#bbec9f #d09fec

#bbec9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbec9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbec9f Color CSS Codes

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

#bbec9f Text Font Color

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

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


#bbec9f Background Color

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

This div background color is #bbec9f


#bbec9f Border Color

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

This div border color is #bbec9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbec9f


Comments

No comments written yet.

Please login to write comment.