Color Hex Logo

#baffb9 Color Hex

#BAFFB9
(186,255,185)
0 Favorites   0 Comments

Color spaces of #baffb9

RGB 186255185
HSL0.331.000.86
HSV119°27°100°
CMYK 0.270.000.27   0.00
XYZ64.766785.461958.9812
Yxy85.46190.30960.4085
Hunter Lab92.4456-36.724026.8843
CIE-Lab94.0818-34.502226.7611

#baffb9 color RGB value is (186,255,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111111 10111001
Octal 272 377 271
Decimal 186 255 185
Hex BA FF B9

RGB Percentages of Color #baffb9

%29.71
%40.73
%29.55

CMYK Percentages of Color #baffb9

%27
%0
%27
%0

Triadic Colors of #baffb9

#baffb9 #b9baff #ffb9ba

Analogous Colors of #baffb9

#baffb9 #b9ffdb #ddffb9

Monochromatic Colors of #baffb9

#baffb9

Complementary Color

#baffb9 #feb9ff

#baffb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baffb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baffb9 Color CSS Codes

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

#baffb9 Text Font Color

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

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


#baffb9 Background Color

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

This div background color is #baffb9


#baffb9 Border Color

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

This div border color is #baffb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baffb9

#baffb9 Color Palettes


Comments

No comments written yet.

Please login to write comment.