Color Hex Logo

#bbeca0 Color Hex

#BBECA0
(187,236,160)
0 Favorites   0 Comments

Color spaces of #bbeca0

RGB 187236160
HSL0.270.670.78
HSV99°32°93°
CMYK 0.210.000.32   0.07
XYZ56.834173.093844.3707
Yxy73.09380.32610.4194
Hunter Lab85.4949-30.955429.0757
CIE-Lab88.4924-29.161131.8818

#bbeca0 color RGB value is (187,236,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101100 10100000
Octal 273 354 240
Decimal 187 236 160
Hex BB EC A0

RGB Percentages of Color #bbeca0

%32.08
%40.48
%27.44

CMYK Percentages of Color #bbeca0

%21
%0
%32
%7

Triadic Colors of #bbeca0

#bbeca0 #a0bbec #eca0bb

Analogous Colors of #bbeca0

#bbeca0 #a0ecab #e1eca0

Monochromatic Colors of #bbeca0

#bbeca0

Complementary Color

#bbeca0 #d1a0ec

#bbeca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeca0 Color CSS Codes

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

#bbeca0 Text Font Color

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

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


#bbeca0 Background Color

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

This div background color is #bbeca0


#bbeca0 Border Color

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

This div border color is #bbeca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeca0


Comments

No comments written yet.

Please login to write comment.