Color Hex Logo

#baf98e Color Hex

#BAF98E
(186,249,142)
0 Favorites   0 Comments

Color spaces of #baf98e

RGB 186249142
HSL0.260.900.77
HSV95°43°98°
CMYK 0.250.000.43   0.02
XYZ59.007980.143537.9504
Yxy80.14350.33320.4525
Hunter Lab89.5229-39.009037.5319
CIE-Lab91.7492-37.895445.0244

#baf98e color RGB value is (186,249,142).

#baf98e hex color red value is 186, green value is 249 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #baf98e hue: 0.26 , saturation: 0.90 and the lightness value of baf98e is 0.77.

The process color (four color CMYK) of #baf98e color hex is 0.25, 0.00, 0.43, 0.02. Web safe color of #baf98e is #ccff99. Color #baf98e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111001 10001110
Octal 272 371 216
Decimal 186 249 142
Hex BA F9 8E

RGB Percentages of Color #baf98e

%32.24
%43.15
%24.61

CMYK Percentages of Color #baf98e

%25
%0
%43
%2

Triadic Colors of #baf98e

#baf98e #8ebaf9 #f98eba

Analogous Colors of #baf98e

#baf98e #8ef998 #f0f98e

Monochromatic Colors of #baf98e

#baf98e

Complementary Color

#baf98e #cd8ef9

#baf98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf98e Color CSS Codes

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

#baf98e Text Font Color

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

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


#baf98e Background Color

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

This div background color is #baf98e


#baf98e Border Color

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

This div border color is #baf98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf98e

Related Colors


Comments

No comments written yet.

Please login to write comment.