Color Hex Logo

#baffbb Color Hex

#BAFFBB
(186,255,187)
0 Favorites   0 Comments

Color spaces of #baffbb

RGB 186255187
HSL0.341.000.86
HSV121°27°100°
CMYK 0.270.000.27   0.00
XYZ64.979385.547060.1012
Yxy85.54700.30850.4062
Hunter Lab92.4916-36.456526.2174
CIE-Lab94.1183-34.178725.7986

#baffbb color RGB value is (186,255,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111111 10111011
Octal 272 377 273
Decimal 186 255 187
Hex BA FF BB

RGB Percentages of Color #baffbb

%29.62
%40.61
%29.78

CMYK Percentages of Color #baffbb

%27
%0
%27
%0

Triadic Colors of #baffbb

#baffbb #bbbaff #ffbbba

Analogous Colors of #baffbb

#baffbb #baffde #dcffba

Monochromatic Colors of #baffbb

#baffbb

Complementary Color

#baffbb #ffbafe

#baffbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baffbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baffbb Color CSS Codes

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

#baffbb Text Font Color

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

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


#baffbb Background Color

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

This div background color is #baffbb


#baffbb Border Color

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

This div border color is #baffbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baffbb


Comments

No comments written yet.

Please login to write comment.