Color Hex Logo

#bbeca1 Color Hex

#BBECA1
(187,236,161)
0 Favorites   0 Comments

Color spaces of #bbeca1

RGB 187236161
HSL0.280.660.78
HSV99°32°93°
CMYK 0.210.000.32   0.07
XYZ56.922073.128944.8334
Yxy73.12890.32550.4182
Hunter Lab85.5154-30.836328.7767
CIE-Lab88.5092-29.016131.3970

#bbeca1 color RGB value is (187,236,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101100 10100001
Octal 273 354 241
Decimal 187 236 161
Hex BB EC A1

RGB Percentages of Color #bbeca1

%32.02
%40.41
%27.57

CMYK Percentages of Color #bbeca1

%21
%0
%32
%7

Triadic Colors of #bbeca1

#bbeca1 #a1bbec #eca1bb

Analogous Colors of #bbeca1

#bbeca1 #a1ecad #e1eca1

Monochromatic Colors of #bbeca1

#bbeca1

Complementary Color

#bbeca1 #d2a1ec

#bbeca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeca1 Color CSS Codes

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

#bbeca1 Text Font Color

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

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


#bbeca1 Background Color

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

This div background color is #bbeca1


#bbeca1 Border Color

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

This div border color is #bbeca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeca1


Comments

No comments written yet.

Please login to write comment.