Color Hex Logo

#bbffae Color Hex

#BBFFAE
(187,255,174)
0 Favorites   0 Comments

Color spaces of #bbffae

RGB 187255174
HSL0.311.000.84
HSV110°32°100°
CMYK 0.270.000.32   0.00
XYZ63.893585.140853.1107
Yxy85.14080.31610.4212
Hunter Lab92.2718-37.873430.4635
CIE-Lab93.9438-35.893532.1222

#bbffae color RGB value is (187,255,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 10101110
Octal 273 377 256
Decimal 187 255 174
Hex BB FF AE

RGB Percentages of Color #bbffae

%30.36
%41.40
%28.25

CMYK Percentages of Color #bbffae

%27
%0
%32
%0

Triadic Colors of #bbffae

#bbffae #aebbff #ffaebb

Analogous Colors of #bbffae

#bbffae #aeffca #e4ffae

Monochromatic Colors of #bbffae

#bbffae

Complementary Color

#bbffae #f2aeff

#bbffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbffae Color CSS Codes

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

#bbffae Text Font Color

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

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


#bbffae Background Color

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

This div background color is #bbffae


#bbffae Border Color

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

This div border color is #bbffae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbffae

Related Colors


Comments

No comments written yet.

Please login to write comment.