Color Hex Logo

#baffbc Color Hex

#BAFFBC
(186,255,188)
0 Favorites   0 Comments

Color spaces of #baffbc

RGB 186255188
HSL0.341.000.86
HSV122°27°100°
CMYK 0.270.000.26   0.00
XYZ65.086885.589960.6670
Yxy85.58990.30800.4050
Hunter Lab92.5148-36.321125.8807
CIE-Lab94.1367-34.015325.3171

#baffbc color RGB value is (186,255,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111111 10111100
Octal 272 377 274
Decimal 186 255 188
Hex BA FF BC

RGB Percentages of Color #baffbc

%29.57
%40.54
%29.89

CMYK Percentages of Color #baffbc

%27
%0
%26
%0

Triadic Colors of #baffbc

#baffbc #bcbaff #ffbcba

Analogous Colors of #baffbc

#baffbc #baffdf #dbffba

Monochromatic Colors of #baffbc

#baffbc

Complementary Color

#baffbc #ffbafd

#baffbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baffbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baffbc Color CSS Codes

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

#baffbc Text Font Color

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

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


#baffbc Background Color

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

This div background color is #baffbc


#baffbc Border Color

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

This div border color is #baffbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baffbc

Related Colors

#baffbc Color Palettes


Comments

No comments written yet.

Please login to write comment.