Color Hex Logo

#baf97e Color Hex

#BAF97E
(186,249,126)
0 Favorites   0 Comments

Color spaces of #baf97e

RGB 186249126
HSL0.250.910.74
HSV91°49°98°
CMYK 0.250.000.49   0.02
XYZ57.891379.696832.0705
Yxy79.69680.34120.4697
Hunter Lab89.2731-40.475241.1918
CIE-Lab91.5486-39.738652.3592

#baf97e color RGB value is (186,249,126).

#baf97e hex color red value is 186, green value is 249 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #baf97e hue: 0.25 , saturation: 0.91 and the lightness value of baf97e is 0.74.

The process color (four color CMYK) of #baf97e color hex is 0.25, 0.00, 0.49, 0.02. Web safe color of #baf97e is #ccff66. Color #baf97e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111001 01111110
Octal 272 371 176
Decimal 186 249 126
Hex BA F9 7E

RGB Percentages of Color #baf97e

%33.16
%44.39
%22.46

CMYK Percentages of Color #baf97e

%25
%0
%49
%2

Triadic Colors of #baf97e

#baf97e #7ebaf9 #f97eba

Analogous Colors of #baf97e

#baf97e #7ef980 #f8f97e

Monochromatic Colors of #baf97e

#baf97e

Complementary Color

#baf97e #bd7ef9

#baf97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf97e Color CSS Codes

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

#baf97e Text Font Color

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

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


#baf97e Background Color

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

This div background color is #baf97e


#baf97e Border Color

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

This div border color is #baf97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf97e


Comments

No comments written yet.

Please login to write comment.