Color Hex Logo

#bafd13 Color Hex

#BAFD13
(186,253,19)
0 Favorites   0 Comments

Color spaces of #bafd13

RGB 18625319
HSL0.210.980.53
HSV77°92°99°
CMYK 0.260.000.92   0.01
XYZ55.492580.736713.2751
Yxy80.73670.37120.5400
Hunter Lab89.8536-47.004454.1379
CIE-Lab92.0144-47.682987.0597

#bafd13 color RGB value is (186,253,19).

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

The process color (four color CMYK) of #bafd13 color hex is 0.26, 0.00, 0.92, 0.01. Web safe color of #bafd13 is #ccff00. Color #bafd13 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111101 00010011
Octal 272 375 23
Decimal 186 253 19
Hex BA FD 13

RGB Percentages of Color #bafd13

%40.61
%55.24
%4.15

CMYK Percentages of Color #bafd13

%26
%0
%92
%1

Triadic Colors of #bafd13

#bafd13 #13bafd #fd13ba

Analogous Colors of #bafd13

#bafd13 #45fd13 #fdcb13

Monochromatic Colors of #bafd13

#bafd13

Complementary Color

#bafd13 #5613fd

#bafd13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafd13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafd13 Color CSS Codes

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

#bafd13 Text Font Color

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

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


#bafd13 Background Color

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

This div background color is #bafd13


#bafd13 Border Color

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

This div border color is #bafd13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafd13

Related Colors


Comments

No comments written yet.

Please login to write comment.