Color Hex Logo

#baf121 Color Hex

#BAF121
(186,241,33)
0 Favorites   0 Comments

Color spaces of #baf121

RGB 18624133
HSL0.210.880.54
HSV76°86°95°
CMYK 0.230.000.86   0.05
XYZ51.979573.459512.8783
Yxy73.45950.37580.5311
Hunter Lab85.7085-41.735351.0872
CIE-Lab88.6664-42.263382.2854

#baf121 color RGB value is (186,241,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110001 00100001
Octal 272 361 41
Decimal 186 241 33
Hex BA F1 21

RGB Percentages of Color #baf121

%40.43
%52.39
%7.17

CMYK Percentages of Color #baf121

%23
%0
%86
%5

Triadic Colors of #baf121

#baf121 #21baf1 #f121ba

Analogous Colors of #baf121

#baf121 #52f121 #f1c021

Monochromatic Colors of #baf121

#baf121

Complementary Color

#baf121 #5821f1

#baf121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf121 Color CSS Codes

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

#baf121 Text Font Color

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

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


#baf121 Background Color

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

This div background color is #baf121


#baf121 Border Color

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

This div border color is #baf121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf121


Comments

No comments written yet.

Please login to write comment.