Color Hex Logo

#baf36f Color Hex

#BAF36F
(186,243,111)
0 Favorites   0 Comments

Color spaces of #baf36f

RGB 186243111
HSL0.240.850.69
HSV86°54°95°
CMYK 0.230.000.54   0.05
XYZ55.169575.688026.7404
Yxy75.68800.35010.4803
Hunter Lab86.9989-39.053942.6755
CIE-Lab89.7143-38.581057.0194

#baf36f color RGB value is (186,243,111).

#baf36f hex color red value is 186, green value is 243 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #baf36f hue: 0.24 , saturation: 0.85 and the lightness value of baf36f is 0.69.

The process color (four color CMYK) of #baf36f color hex is 0.23, 0.00, 0.54, 0.05. Web safe color of #baf36f is #ccff66. Color #baf36f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110011 01101111
Octal 272 363 157
Decimal 186 243 111
Hex BA F3 6F

RGB Percentages of Color #baf36f

%34.44
%45.00
%20.56

CMYK Percentages of Color #baf36f

%23
%0
%54
%5

Triadic Colors of #baf36f

#baf36f #6fbaf3 #f36fba

Analogous Colors of #baf36f

#baf36f #78f36f #f3ea6f

Monochromatic Colors of #baf36f

#baf36f

Complementary Color

#baf36f #a86ff3

#baf36f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf36f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf36f Color CSS Codes

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

#baf36f Text Font Color

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

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


#baf36f Background Color

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

This div background color is #baf36f


#baf36f Border Color

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

This div border color is #baf36f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf36f

Related Colors


Comments

No comments written yet.

Please login to write comment.