Color Hex Logo

#baf79f Color Hex

#BAF79F
(186,247,159)
0 Favorites   0 Comments

Color spaces of #baf79f

RGB 186247159
HSL0.280.850.80
HSV102°36°97°
CMYK 0.250.000.36   0.03
XYZ59.768579.463844.9888
Yxy79.46380.32440.4314
Hunter Lab89.1425-36.318132.4770
CIE-Lab91.4437-34.753936.2849

#baf79f color RGB value is (186,247,159).

#baf79f hex color red value is 186, green value is 247 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #baf79f hue: 0.28 , saturation: 0.85 and the lightness value of baf79f is 0.80.

The process color (four color CMYK) of #baf79f color hex is 0.25, 0.00, 0.36, 0.03. Web safe color of #baf79f is #ccff99. Color #baf79f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110111 10011111
Octal 272 367 237
Decimal 186 247 159
Hex BA F7 9F

RGB Percentages of Color #baf79f

%31.42
%41.72
%26.86

CMYK Percentages of Color #baf79f

%25
%0
%36
%3

Triadic Colors of #baf79f

#baf79f #9fbaf7 #f79fba

Analogous Colors of #baf79f

#baf79f #9ff7b0 #e6f79f

Monochromatic Colors of #baf79f

#baf79f

Complementary Color

#baf79f #dc9ff7

#baf79f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf79f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf79f Color CSS Codes

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

#baf79f Text Font Color

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

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


#baf79f Background Color

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

This div background color is #baf79f


#baf79f Border Color

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

This div border color is #baf79f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf79f


Comments

No comments written yet.

Please login to write comment.