Color Hex Logo

#baf640 Color Hex

#BAF640
(186,246,64)
0 Favorites   0 Comments

Color spaces of #baf640

RGB 18624664
HSL0.220.910.61
HSV80°74°96°
CMYK 0.240.000.74   0.04
XYZ54.130976.720816.8061
Yxy76.72080.36660.5196
Hunter Lab87.5904-42.970249.9372
CIE-Lab90.1930-43.278175.8080

#baf640 color RGB value is (186,246,64).

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

The process color (four color CMYK) of #baf640 color hex is 0.24, 0.00, 0.74, 0.04. Web safe color of #baf640 is #ccff33. Color #baf640 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110110 01000000
Octal 272 366 100
Decimal 186 246 64
Hex BA F6 40

RGB Percentages of Color #baf640

%37.50
%49.60
%12.90

CMYK Percentages of Color #baf640

%24
%0
%74
%4

Triadic Colors of #baf640

#baf640 #40baf6 #f640ba

Analogous Colors of #baf640

#baf640 #5ff640 #f6d740

Monochromatic Colors of #baf640

#baf640

Complementary Color

#baf640 #7c40f6

#baf640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf640 Color CSS Codes

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

#baf640 Text Font Color

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

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


#baf640 Background Color

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

This div background color is #baf640


#baf640 Border Color

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

This div border color is #baf640


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,246,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 #baf640">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf640

Related Colors


Comments

No comments written yet.

Please login to write comment.