Color Hex Logo

#baf813 Color Hex

#BAF813
(186,248,19)
0 Favorites   0 Comments

Color spaces of #baf813

RGB 18624819
HSL0.210.940.52
HSV76°92°97°
CMYK 0.250.000.92   0.03
XYZ53.934677.620912.7558
Yxy77.62090.37370.5379
Hunter Lab88.1027-44.905953.0877
CIE-Lab90.6066-45.562885.9429

#baf813 color RGB value is (186,248,19).

#baf813 hex color red value is 186, green value is 248 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #baf813 hue: 0.21 , saturation: 0.94 and the lightness value of baf813 is 0.52.

The process color (four color CMYK) of #baf813 color hex is 0.25, 0.00, 0.92, 0.03. Web safe color of #baf813 is #ccff00. Color #baf813 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111000 00010011
Octal 272 370 23
Decimal 186 248 19
Hex BA F8 13

RGB Percentages of Color #baf813

%41.06
%54.75
%4.19

CMYK Percentages of Color #baf813

%25
%0
%92
%3

Triadic Colors of #baf813

#baf813 #13baf8 #f813ba

Analogous Colors of #baf813

#baf813 #47f813 #f8c413

Monochromatic Colors of #baf813

#baf813

Complementary Color

#baf813 #5113f8

#baf813 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf813 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf813 Color CSS Codes

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

#baf813 Text Font Color

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

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


#baf813 Background Color

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

This div background color is #baf813


#baf813 Border Color

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

This div border color is #baf813


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf813

Related Colors


Comments

No comments written yet.

Please login to write comment.