Color Hex Logo

#baffa6 Color Hex

#BAFFA6
(186,255,166)
0 Favorites   0 Comments

Color spaces of #baffa6

RGB 186255166
HSL0.301.000.83
HSV107°35°100°
CMYK 0.270.000.35   0.00
XYZ62.892684.712349.1127
Yxy84.71230.31970.4306
Hunter Lab92.0393-39.095532.7900
CIE-Lab93.7590-37.396335.8576

#baffa6 color RGB value is (186,255,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111111 10100110
Octal 272 377 246
Decimal 186 255 166
Hex BA FF A6

RGB Percentages of Color #baffa6

%30.64
%42.01
%27.35

CMYK Percentages of Color #baffa6

%27
%0
%35
%0

Triadic Colors of #baffa6

#baffa6 #a6baff #ffa6ba

Analogous Colors of #baffa6

#baffa6 #a6ffbf #e7ffa6

Monochromatic Colors of #baffa6

#baffa6

Complementary Color

#baffa6 #eba6ff

#baffa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baffa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baffa6 Color CSS Codes

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

#baffa6 Text Font Color

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

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


#baffa6 Background Color

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

This div background color is #baffa6


#baffa6 Border Color

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

This div border color is #baffa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baffa6

#baffa6 Color Palettes


Comments

No comments written yet.

Please login to write comment.