Color Hex Logo

#baf142 Color Hex

#BAF142
(186,241,66)
0 Favorites   0 Comments

Color spaces of #baf142

RGB 18624166
HSL0.220.860.60
HSV79°73°95°
CMYK 0.230.000.73   0.05
XYZ52.688473.743016.6111
Yxy73.74300.36830.5155
Hunter Lab85.8737-40.759248.6428
CIE-Lab88.8009-40.992573.8244

#baf142 color RGB value is (186,241,66).

#baf142 hex color red value is 186, green value is 241 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #baf142 hue: 0.22 , saturation: 0.86 and the lightness value of baf142 is 0.60.

The process color (four color CMYK) of #baf142 color hex is 0.23, 0.00, 0.73, 0.05. Web safe color of #baf142 is #ccff33. Color #baf142 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110001 01000010
Octal 272 361 102
Decimal 186 241 66
Hex BA F1 42

RGB Percentages of Color #baf142

%37.73
%48.88
%13.39

CMYK Percentages of Color #baf142

%23
%0
%73
%5

Triadic Colors of #baf142

#baf142 #42baf1 #f142ba

Analogous Colors of #baf142

#baf142 #63f142 #f1d142

Monochromatic Colors of #baf142

#baf142

Complementary Color

#baf142 #7942f1

#baf142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf142 Color CSS Codes

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

#baf142 Text Font Color

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

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


#baf142 Background Color

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

This div background color is #baf142


#baf142 Border Color

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

This div border color is #baf142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf142


Comments

No comments written yet.

Please login to write comment.