Color Hex Logo

#baf519 Color Hex

#BAF519
(186,245,25)
0 Favorites   0 Comments

Color spaces of #baf519

RGB 18624525
HSL0.210.920.53
HSV76°90°96°
CMYK 0.240.000.90   0.04
XYZ53.077675.814112.7558
Yxy75.81410.37470.5352
Hunter Lab87.0713-43.563352.2640
CIE-Lab89.7730-44.173684.5055

#baf519 color RGB value is (186,245,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110101 00011001
Octal 272 365 31
Decimal 186 245 25
Hex BA F5 19

RGB Percentages of Color #baf519

%40.79
%53.73
%5.48

CMYK Percentages of Color #baf519

%24
%0
%90
%4

Triadic Colors of #baf519

#baf519 #19baf5 #f519ba

Analogous Colors of #baf519

#baf519 #4cf519 #f5c219

Monochromatic Colors of #baf519

#baf519

Complementary Color

#baf519 #5419f5

#baf519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf519 Color CSS Codes

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

#baf519 Text Font Color

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

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


#baf519 Background Color

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

This div background color is #baf519


#baf519 Border Color

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

This div border color is #baf519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf519


Comments

No comments written yet.

Please login to write comment.