Color Hex Logo

#bafb4c Color Hex

#BAFB4C
(186,251,76)
0 Favorites   0 Comments

Color spaces of #bafb4c

RGB 18625176
HSL0.230.960.64
HSV82°70°98°
CMYK 0.260.000.70   0.02
XYZ56.051479.955319.3162
Yxy79.95530.36090.5148
Hunter Lab89.4177-44.588549.7845
CIE-Lab91.6648-44.777773.2503

#bafb4c color RGB value is (186,251,76).

#bafb4c hex color red value is 186, green value is 251 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #bafb4c hue: 0.23 , saturation: 0.96 and the lightness value of bafb4c is 0.64.

The process color (four color CMYK) of #bafb4c color hex is 0.26, 0.00, 0.70, 0.02. Web safe color of #bafb4c is #ccff33. Color #bafb4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111011 01001100
Octal 272 373 114
Decimal 186 251 76
Hex BA FB 4C

RGB Percentages of Color #bafb4c

%36.26
%48.93
%14.81

CMYK Percentages of Color #bafb4c

%26
%0
%70
%2

Triadic Colors of #bafb4c

#bafb4c #4cbafb #fb4cba

Analogous Colors of #bafb4c

#bafb4c #63fb4c #fbe54c

Monochromatic Colors of #bafb4c

#bafb4c

Complementary Color

#bafb4c #8d4cfb

#bafb4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafb4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafb4c Color CSS Codes

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

#bafb4c Text Font Color

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

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


#bafb4c Background Color

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

This div background color is #bafb4c


#bafb4c Border Color

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

This div border color is #bafb4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafb4c


Comments

No comments written yet.

Please login to write comment.