Color Hex Logo

#baf506 Color Hex

#BAF506
(186,245,6)
0 Favorites   0 Comments

Color spaces of #baf506

RGB 1862456
HSL0.210.950.49
HSV75°98°96°
CMYK 0.240.000.98   0.04
XYZ52.935075.757112.0049
Yxy75.75710.37620.5384
Hunter Lab87.0386-43.757652.7493
CIE-Lab89.7464-44.428486.4191

#baf506 color RGB value is (186,245,6).

#baf506 hex color red value is 186, green value is 245 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #baf506 hue: 0.21 , saturation: 0.95 and the lightness value of baf506 is 0.49.

The process color (four color CMYK) of #baf506 color hex is 0.24, 0.00, 0.98, 0.04. Web safe color of #baf506 is #ccff00. Color #baf506 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110101 00000110
Octal 272 365 6
Decimal 186 245 6
Hex BA F5 6

RGB Percentages of Color #baf506

%42.56
%56.06
%1.37

CMYK Percentages of Color #baf506

%24
%0
%98
%4

Triadic Colors of #baf506

#baf506 #06baf5 #f506ba

Analogous Colors of #baf506

#baf506 #42f506 #f5b906

Monochromatic Colors of #baf506

#baf506

Complementary Color

#baf506 #4106f5

#baf506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf506 Color CSS Codes

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

#baf506 Text Font Color

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

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


#baf506 Background Color

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

This div background color is #baf506


#baf506 Border Color

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

This div border color is #baf506


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf506


Comments

No comments written yet.

Please login to write comment.