Color Hex Logo

#baf85f Color Hex

#BAF85F
(186,248,95)
0 Favorites   0 Comments

Color spaces of #baf85f

RGB 18624895
HSL0.230.920.67
HSV84°62°97°
CMYK 0.250.000.62   0.03
XYZ55.882778.400123.0139
Yxy78.40010.35530.4984
Hunter Lab88.5438-42.294946.5703
CIE-Lab90.9622-42.170265.2823

#baf85f color RGB value is (186,248,95).

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

The process color (four color CMYK) of #baf85f color hex is 0.25, 0.00, 0.62, 0.03. Web safe color of #baf85f is #ccff66. Color #baf85f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111000 01011111
Octal 272 370 137
Decimal 186 248 95
Hex BA F8 5F

RGB Percentages of Color #baf85f

%35.16
%46.88
%17.96

CMYK Percentages of Color #baf85f

%25
%0
%62
%3

Triadic Colors of #baf85f

#baf85f #5fbaf8 #f85fba

Analogous Colors of #baf85f

#baf85f #6ef85f #f8ea5f

Monochromatic Colors of #baf85f

#baf85f

Complementary Color

#baf85f #9d5ff8

#baf85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf85f Color CSS Codes

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

#baf85f Text Font Color

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

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


#baf85f Background Color

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

This div background color is #baf85f


#baf85f Border Color

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

This div border color is #baf85f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,248,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 #baf85f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf85f


Comments

No comments written yet.

Please login to write comment.