Color Hex Logo

#baffaa Color Hex

#BAFFAA
(186,255,170)
0 Favorites   0 Comments

Color spaces of #baffaa

RGB 186255170
HSL0.301.000.83
HSV109°33°100°
CMYK 0.270.000.33   0.00
XYZ63.265484.861451.0757
Yxy84.86140.31760.4260
Hunter Lab92.1202-38.622031.6111
CIE-Lab93.8234-36.814533.9517

#baffaa color RGB value is (186,255,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111111 10101010
Octal 272 377 252
Decimal 186 255 170
Hex BA FF AA

RGB Percentages of Color #baffaa

%30.44
%41.73
%27.82

CMYK Percentages of Color #baffaa

%27
%0
%33
%0

Triadic Colors of #baffaa

#baffaa #aabaff #ffaaba

Analogous Colors of #baffaa

#baffaa #aaffc5 #e5ffaa

Monochromatic Colors of #baffaa

#baffaa

Complementary Color

#baffaa #efaaff

#baffaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baffaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#baffaa Color CSS Codes

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

#baffaa Text Font Color

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

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


#baffaa Background Color

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

This div background color is #baffaa


#baffaa Border Color

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

This div border color is #baffaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baffaa


Comments

No comments written yet.

Please login to write comment.