Color Hex Logo

#bafb62 Color Hex

#BAFB62
(186,251,98)
0 Favorites   0 Comments

Color spaces of #bafb62

RGB 18625198
HSL0.240.950.68
HSV85°61°98°
CMYK 0.260.000.61   0.02
XYZ56.951580.315324.0560
Yxy80.31530.35300.4979
Hunter Lab89.6188-43.398646.8182
CIE-Lab91.8261-43.240765.0002

#bafb62 color RGB value is (186,251,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111011 01100010
Octal 272 373 142
Decimal 186 251 98
Hex BA FB 62

RGB Percentages of Color #bafb62

%34.77
%46.92
%18.32

CMYK Percentages of Color #bafb62

%26
%0
%61
%2

Triadic Colors of #bafb62

#bafb62 #62bafb #fb62ba

Analogous Colors of #bafb62

#bafb62 #6efb62 #fbf062

Monochromatic Colors of #bafb62

#bafb62

Complementary Color

#bafb62 #a362fb

#bafb62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafb62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafb62 Color CSS Codes

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

#bafb62 Text Font Color

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

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


#bafb62 Background Color

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

This div background color is #bafb62


#bafb62 Border Color

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

This div border color is #bafb62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafb62


Comments

No comments written yet.

Please login to write comment.