Color Hex Logo

#baf65f Color Hex

#BAF65F
(186,246,95)
0 Favorites   0 Comments

Color spaces of #baf65f

RGB 18624695
HSL0.230.890.67
HSV84°61°96°
CMYK 0.240.000.61   0.04
XYZ55.271077.176922.8100
Yxy77.17690.35600.4971
Hunter Lab87.8504-41.435046.1009
CIE-Lab90.4030-41.293964.6711

#baf65f color RGB value is (186,246,95).

#baf65f hex color red value is 186, green value is 246 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #baf65f hue: 0.23 , saturation: 0.89 and the lightness value of baf65f is 0.67.

The process color (four color CMYK) of #baf65f color hex is 0.24, 0.00, 0.61, 0.04. Web safe color of #baf65f is #ccff66. Color #baf65f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110110 01011111
Octal 272 366 137
Decimal 186 246 95
Hex BA F6 5F

RGB Percentages of Color #baf65f

%35.29
%46.68
%18.03

CMYK Percentages of Color #baf65f

%24
%0
%61
%4

Triadic Colors of #baf65f

#baf65f #5fbaf6 #f65fba

Analogous Colors of #baf65f

#baf65f #6ff65f #f6e75f

Monochromatic Colors of #baf65f

#baf65f

Complementary Color

#baf65f #9b5ff6

#baf65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf65f Color CSS Codes

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

#baf65f Text Font Color

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

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


#baf65f Background Color

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

This div background color is #baf65f


#baf65f Border Color

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

This div border color is #baf65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf65f


Comments

No comments written yet.

Please login to write comment.