Color Hex Logo

#bafe6b Color Hex

#BAFE6B
(186,254,107)
0 Favorites   0 Comments

Color spaces of #bafe6b

RGB 186254107
HSL0.240.990.71
HSV88°58°100°
CMYK 0.270.000.58   0.00
XYZ58.345482.384326.7365
Yxy82.38430.34840.4919
Hunter Lab90.7658-44.098146.0713
CIE-Lab92.7442-43.786562.2495

#bafe6b color RGB value is (186,254,107).

#bafe6b hex color red value is 186, green value is 254 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bafe6b hue: 0.24 , saturation: 0.99 and the lightness value of bafe6b is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111110 01101011
Octal 272 376 153
Decimal 186 254 107
Hex BA FE 6B

RGB Percentages of Color #bafe6b

%34.00
%46.44
%19.56

CMYK Percentages of Color #bafe6b

%27
%0
%58
%0

Triadic Colors of #bafe6b

#bafe6b #6bbafe #fe6bba

Analogous Colors of #bafe6b

#bafe6b #71fe6b #fef96b

Monochromatic Colors of #bafe6b

#bafe6b

Complementary Color

#bafe6b #af6bfe

#bafe6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafe6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafe6b Color CSS Codes

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

#bafe6b Text Font Color

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

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


#bafe6b Background Color

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

This div background color is #bafe6b


#bafe6b Border Color

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

This div border color is #bafe6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafe6b


Comments

No comments written yet.

Please login to write comment.