Color Hex Logo

#baf23b Color Hex

#BAF23B
(186,242,59)
0 Favorites   0 Comments

Color spaces of #baf23b

RGB 18624259
HSL0.220.880.59
HSV78°76°95°
CMYK 0.230.000.76   0.05
XYZ52.791274.259115.6887
Yxy74.25910.36980.5202
Hunter Lab86.1737-41.452549.5273
CIE-Lab89.0448-41.776976.2608

#baf23b color RGB value is (186,242,59).

#baf23b hex color red value is 186, green value is 242 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #baf23b hue: 0.22 , saturation: 0.88 and the lightness value of baf23b is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110010 00111011
Octal 272 362 73
Decimal 186 242 59
Hex BA F2 3B

RGB Percentages of Color #baf23b

%38.19
%49.69
%12.11

CMYK Percentages of Color #baf23b

%23
%0
%76
%5

Triadic Colors of #baf23b

#baf23b #3bbaf2 #f23bba

Analogous Colors of #baf23b

#baf23b #5ff23b #f2cf3b

Monochromatic Colors of #baf23b

#baf23b

Complementary Color

#baf23b #733bf2

#baf23b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf23b Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf23b Color CSS Codes

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

#baf23b Text Font Color

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

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


#baf23b Background Color

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

This div background color is #baf23b


#baf23b Border Color

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

This div border color is #baf23b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf23b


Comments

No comments written yet.

Please login to write comment.