Color Hex Logo

#bbffa4 Color Hex

#BBFFA4
(187,255,164)
0 Favorites   0 Comments

Color spaces of #bbffa4

RGB 187255164
HSL0.291.000.82
HSV105°36°100°
CMYK 0.270.000.36   0.00
XYZ62.954484.765148.1652
Yxy84.76510.32140.4327
Hunter Lab92.0680-39.063933.4301
CIE-Lab93.7818-37.351936.8897

#bbffa4 color RGB value is (187,255,164).

#bbffa4 hex color red value is 187, green value is 255 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #bbffa4 hue: 0.29 , saturation: 1.00 and the lightness value of bbffa4 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 10100100
Octal 273 377 244
Decimal 187 255 164
Hex BB FF A4

RGB Percentages of Color #bbffa4

%30.86
%42.08
%27.06

CMYK Percentages of Color #bbffa4

%27
%0
%36
%0

Triadic Colors of #bbffa4

#bbffa4 #a4bbff #ffa4bb

Analogous Colors of #bbffa4

#bbffa4 #a4ffbb #e9ffa4

Monochromatic Colors of #bbffa4

#bbffa4

Complementary Color

#bbffa4 #e8a4ff

#bbffa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbffa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbffa4 Color CSS Codes

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

#bbffa4 Text Font Color

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

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


#bbffa4 Background Color

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

This div background color is #bbffa4


#bbffa4 Border Color

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

This div border color is #bbffa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbffa4

Related Colors


Comments

No comments written yet.

Please login to write comment.