Color Hex Logo

#baf012 Color Hex

#BAF012
(186,240,18)
0 Favorites   0 Comments

Color spaces of #baf012

RGB 18624018
HSL0.210.880.51
HSV75°93°94°
CMYK 0.230.000.93   0.06
XYZ51.519072.803011.9093
Yxy72.80300.37820.5344
Hunter Lab85.3247-41.540051.4518
CIE-Lab88.3537-42.126384.2730

#baf012 color RGB value is (186,240,18).

#baf012 hex color red value is 186, green value is 240 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #baf012 hue: 0.21 , saturation: 0.88 and the lightness value of baf012 is 0.51.

The process color (four color CMYK) of #baf012 color hex is 0.23, 0.00, 0.93, 0.06. Web safe color of #baf012 is #ccff00. Color #baf012 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110000 00010010
Octal 272 360 22
Decimal 186 240 18
Hex BA F0 12

RGB Percentages of Color #baf012

%41.89
%54.05
%4.05

CMYK Percentages of Color #baf012

%23
%0
%93
%6

Triadic Colors of #baf012

#baf012 #12baf0 #f012ba

Analogous Colors of #baf012

#baf012 #4bf012 #f0b712

Monochromatic Colors of #baf012

#baf012

Complementary Color

#baf012 #4812f0

#baf012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf012 Color CSS Codes

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

#baf012 Text Font Color

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

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


#baf012 Background Color

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

This div background color is #baf012


#baf012 Border Color

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

This div border color is #baf012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf012


Comments

No comments written yet.

Please login to write comment.