Color Hex Logo

#baf740 Color Hex

#BAF740
(186,247,64)
0 Favorites   0 Comments

Color spaces of #baf740

RGB 18624764
HSL0.220.920.61
HSV80°74°97°
CMYK 0.250.000.74   0.03
XYZ54.435977.330816.9078
Yxy77.33080.36610.5201
Hunter Lab87.9379-43.395250.1569
CIE-Lab90.4737-43.711176.0760

#baf740 color RGB value is (186,247,64).

#baf740 hex color red value is 186, green value is 247 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #baf740 hue: 0.22 , saturation: 0.92 and the lightness value of baf740 is 0.61.

The process color (four color CMYK) of #baf740 color hex is 0.25, 0.00, 0.74, 0.03. Web safe color of #baf740 is #ccff33. Color #baf740 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110111 01000000
Octal 272 367 100
Decimal 186 247 64
Hex BA F7 40

RGB Percentages of Color #baf740

%37.42
%49.70
%12.88

CMYK Percentages of Color #baf740

%25
%0
%74
%3

Triadic Colors of #baf740

#baf740 #40baf7 #f740ba

Analogous Colors of #baf740

#baf740 #5ff740 #f7d940

Monochromatic Colors of #baf740

#baf740

Complementary Color

#baf740 #7d40f7

#baf740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf740 Color CSS Codes

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

#baf740 Text Font Color

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

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


#baf740 Background Color

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

This div background color is #baf740


#baf740 Border Color

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

This div border color is #baf740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf740


Comments

No comments written yet.

Please login to write comment.