Color Hex Logo

#baf38f Color Hex

#BAF38F
(186,243,143)
0 Favorites   0 Comments

Color spaces of #baf38f

RGB 186243143
HSL0.260.810.76
HSV94°41°95°
CMYK 0.230.000.41   0.05
XYZ57.258276.523537.7393
Yxy76.52350.33380.4461
Hunter Lab87.4777-36.249535.6557
CIE-Lab90.1018-35.053042.4456

#baf38f color RGB value is (186,243,143).

#baf38f hex color red value is 186, green value is 243 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #baf38f hue: 0.26 , saturation: 0.81 and the lightness value of baf38f is 0.76.

The process color (four color CMYK) of #baf38f color hex is 0.23, 0.00, 0.41, 0.05. Web safe color of #baf38f is #ccff99. Color #baf38f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110011 10001111
Octal 272 363 217
Decimal 186 243 143
Hex BA F3 8F

RGB Percentages of Color #baf38f

%32.52
%42.48
%25.00

CMYK Percentages of Color #baf38f

%23
%0
%41
%5

Triadic Colors of #baf38f

#baf38f #8fbaf3 #f38fba

Analogous Colors of #baf38f

#baf38f #8ff396 #ecf38f

Monochromatic Colors of #baf38f

#baf38f

Complementary Color

#baf38f #c88ff3

#baf38f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf38f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf38f Color CSS Codes

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

#baf38f Text Font Color

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

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


#baf38f Background Color

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

This div background color is #baf38f


#baf38f Border Color

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

This div border color is #baf38f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf38f


Comments

No comments written yet.

Please login to write comment.