Color Hex Logo

#baf25f Color Hex

#BAF25F
(186,242,95)
0 Favorites   0 Comments

Color spaces of #baf25f

RGB 18624295
HSL0.230.850.66
HSV83°61°95°
CMYK 0.230.000.61   0.05
XYZ54.067474.769622.4088
Yxy74.76960.35750.4944
Hunter Lab86.4694-39.709445.1634
CIE-Lab89.2850-39.526563.4440

#baf25f color RGB value is (186,242,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110010 01011111
Octal 272 362 137
Decimal 186 242 95
Hex BA F2 5F

RGB Percentages of Color #baf25f

%35.56
%46.27
%18.16

CMYK Percentages of Color #baf25f

%23
%0
%61
%5

Triadic Colors of #baf25f

#baf25f #5fbaf2 #f25fba

Analogous Colors of #baf25f

#baf25f #71f25f #f2e15f

Monochromatic Colors of #baf25f

#baf25f

Complementary Color

#baf25f #975ff2

#baf25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf25f Color CSS Codes

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

#baf25f Text Font Color

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

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


#baf25f Background Color

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

This div background color is #baf25f


#baf25f Border Color

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

This div border color is #baf25f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf25f


Comments

No comments written yet.

Please login to write comment.