Color Hex Logo

#bafe7e Color Hex

#BAFE7E
(186,254,126)
0 Favorites   0 Comments

Color spaces of #bafe7e

RGB 186254126
HSL0.260.980.75
HSV92°50°100°
CMYK 0.270.000.50   0.00
XYZ59.457482.829132.5925
Yxy82.82910.34000.4736
Hunter Lab91.0105-42.653842.4745
CIE-Lab92.9396-41.945954.0392

#bafe7e color RGB value is (186,254,126).

#bafe7e hex color red value is 186, green value is 254 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bafe7e hue: 0.26 , saturation: 0.98 and the lightness value of bafe7e is 0.75.

The process color (four color CMYK) of #bafe7e color hex is 0.27, 0.00, 0.50, 0.00. Web safe color of #bafe7e is #ccff66. Color #bafe7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111110 01111110
Octal 272 376 176
Decimal 186 254 126
Hex BA FE 7E

RGB Percentages of Color #bafe7e

%32.86
%44.88
%22.26

CMYK Percentages of Color #bafe7e

%27
%0
%50
%0

Triadic Colors of #bafe7e

#bafe7e #7ebafe #fe7eba

Analogous Colors of #bafe7e

#bafe7e #7efe82 #fafe7e

Monochromatic Colors of #bafe7e

#bafe7e

Complementary Color

#bafe7e #c27efe

#bafe7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafe7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafe7e Color CSS Codes

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

#bafe7e Text Font Color

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

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


#bafe7e Background Color

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

This div background color is #bafe7e


#bafe7e Border Color

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

This div border color is #bafe7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafe7e

Related Colors


Comments

No comments written yet.

Please login to write comment.