Color Hex Logo

#baf25e Color Hex

#BAF25E
(186,242,94)
0 Favorites   0 Comments

Color spaces of #baf25e

RGB 18624294
HSL0.230.850.66
HSV83°61°95°
CMYK 0.230.000.61   0.05
XYZ54.022274.751522.1709
Yxy74.75150.35790.4952
Hunter Lab86.4589-39.770945.3174
CIE-Lab89.2765-39.605363.8487

#baf25e color RGB value is (186,242,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110010 01011110
Octal 272 362 136
Decimal 186 242 94
Hex BA F2 5E

RGB Percentages of Color #baf25e

%35.63
%46.36
%18.01

CMYK Percentages of Color #baf25e

%23
%0
%61
%5

Triadic Colors of #baf25e

#baf25e #5ebaf2 #f25eba

Analogous Colors of #baf25e

#baf25e #70f25e #f2e05e

Monochromatic Colors of #baf25e

#baf25e

Complementary Color

#baf25e #965ef2

#baf25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf25e Color CSS Codes

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

#baf25e Text Font Color

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

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


#baf25e Background Color

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

This div background color is #baf25e


#baf25e Border Color

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

This div border color is #baf25e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf25e


Comments

No comments written yet.

Please login to write comment.