Color Hex Logo

#bafb61 Color Hex

#BAFB61
(186,251,97)
0 Favorites   0 Comments

Color spaces of #bafb61

RGB 18625197
HSL0.240.950.68
HSV85°61°98°
CMYK 0.260.000.61   0.02
XYZ56.904580.296523.8089
Yxy80.29650.35340.4987
Hunter Lab89.6083-43.460646.9725
CIE-Lab91.8177-43.320465.4011

#bafb61 color RGB value is (186,251,97).

#bafb61 hex color red value is 186, green value is 251 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bafb61 hue: 0.24 , saturation: 0.95 and the lightness value of bafb61 is 0.68.

The process color (four color CMYK) of #bafb61 color hex is 0.26, 0.00, 0.61, 0.02. Web safe color of #bafb61 is #ccff66. Color #bafb61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111011 01100001
Octal 272 373 141
Decimal 186 251 97
Hex BA FB 61

RGB Percentages of Color #bafb61

%34.83
%47.00
%18.16

CMYK Percentages of Color #bafb61

%26
%0
%61
%2

Triadic Colors of #bafb61

#bafb61 #61bafb #fb61ba

Analogous Colors of #bafb61

#bafb61 #6dfb61 #fbef61

Monochromatic Colors of #bafb61

#bafb61

Complementary Color

#bafb61 #a261fb

#bafb61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafb61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafb61 Color CSS Codes

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

#bafb61 Text Font Color

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

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


#bafb61 Background Color

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

This div background color is #bafb61


#bafb61 Border Color

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

This div border color is #bafb61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafb61


Comments

No comments written yet.

Please login to write comment.