Color Hex Logo

#baf712 Color Hex

#BAF712
(186,247,18)
0 Favorites   0 Comments

Color spaces of #baf712

RGB 18624718
HSL0.210.930.52
HSV76°93°97°
CMYK 0.250.000.93   0.03
XYZ53.619677.004312.6095
Yxy77.00430.37440.5376
Hunter Lab87.7521-44.496452.9068
CIE-Lab90.3236-45.150385.8305

#baf712 color RGB value is (186,247,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110111 00010010
Octal 272 367 22
Decimal 186 247 18
Hex BA F7 12

RGB Percentages of Color #baf712

%41.24
%54.77
%3.99

CMYK Percentages of Color #baf712

%25
%0
%93
%3

Triadic Colors of #baf712

#baf712 #12baf7 #f712ba

Analogous Colors of #baf712

#baf712 #48f712 #f7c212

Monochromatic Colors of #baf712

#baf712

Complementary Color

#baf712 #4f12f7

#baf712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf712 Color CSS Codes

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

#baf712 Text Font Color

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

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


#baf712 Background Color

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

This div background color is #baf712


#baf712 Border Color

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

This div border color is #baf712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf712


Comments

No comments written yet.

Please login to write comment.