Color Hex Logo

#baffab Color Hex

#BAFFAB
(186,255,171)
0 Favorites   0 Comments

Color spaces of #baffab

RGB 186255171
HSL0.301.000.84
HSV109°33°100°
CMYK 0.270.000.33   0.00
XYZ63.360484.899451.5759
Yxy84.89940.31710.4248
Hunter Lab92.1409-38.501531.3110
CIE-Lab93.8397-36.666833.4743

#baffab color RGB value is (186,255,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111111 10101011
Octal 272 377 253
Decimal 186 255 171
Hex BA FF AB

RGB Percentages of Color #baffab

%30.39
%41.67
%27.94

CMYK Percentages of Color #baffab

%27
%0
%33
%0

Triadic Colors of #baffab

#baffab #abbaff #ffabba

Analogous Colors of #baffab

#baffab #abffc6 #e4ffab

Monochromatic Colors of #baffab

#baffab

Complementary Color

#baffab #f0abff

#baffab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baffab Color Preview on White Background

Lorem ipsum dolor sit amet.

#baffab Color CSS Codes

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

#baffab Text Font Color

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

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


#baffab Background Color

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

This div background color is #baffab


#baffab Border Color

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

This div border color is #baffab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baffab

Related Colors

#baffab Color Palettes


Comments

No comments written yet.

Please login to write comment.