Color Hex Logo

#bbfca2 Color Hex

#BBFCA2
(187,252,162)
0 Favorites   0 Comments

Color spaces of #bbfca2

RGB 187252162
HSL0.290.940.81
HSV103°36°99°
CMYK 0.260.000.36   0.01
XYZ61.825582.794246.9048
Yxy82.79420.32280.4323
Hunter Lab90.9913-37.950133.1307
CIE-Lab92.9243-36.276636.7522

#bbfca2 color RGB value is (187,252,162).

#bbfca2 hex color red value is 187, green value is 252 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #bbfca2 hue: 0.29 , saturation: 0.94 and the lightness value of bbfca2 is 0.81.

The process color (four color CMYK) of #bbfca2 color hex is 0.26, 0.00, 0.36, 0.01. Web safe color of #bbfca2 is #ccff99. Color #bbfca2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111100 10100010
Octal 273 374 242
Decimal 187 252 162
Hex BB FC A2

RGB Percentages of Color #bbfca2

%31.11
%41.93
%26.96

CMYK Percentages of Color #bbfca2

%26
%0
%36
%1

Triadic Colors of #bbfca2

#bbfca2 #a2bbfc #fca2bb

Analogous Colors of #bbfca2

#bbfca2 #a2fcb6 #e8fca2

Monochromatic Colors of #bbfca2

#bbfca2

Complementary Color

#bbfca2 #e3a2fc

#bbfca2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfca2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfca2 Color CSS Codes

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

#bbfca2 Text Font Color

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

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


#bbfca2 Background Color

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

This div background color is #bbfca2


#bbfca2 Border Color

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

This div border color is #bbfca2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfca2

Related Colors


Comments

No comments written yet.

Please login to write comment.