Color Hex Logo

#baf237 Color Hex

#BAF237
(186,242,55)
0 Favorites   0 Comments

Color spaces of #baf237

RGB 18624255
HSL0.220.880.58
HSV78°77°95°
CMYK 0.230.000.77   0.05
XYZ52.691474.219215.1630
Yxy74.21920.37090.5224
Hunter Lab86.1506-41.589349.8700
CIE-Lab89.0260-41.954977.4128

#baf237 color RGB value is (186,242,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110010 00110111
Octal 272 362 67
Decimal 186 242 55
Hex BA F2 37

RGB Percentages of Color #baf237

%38.51
%50.10
%11.39

CMYK Percentages of Color #baf237

%23
%0
%77
%5

Triadic Colors of #baf237

#baf237 #37baf2 #f237ba

Analogous Colors of #baf237

#baf237 #5df237 #f2cd37

Monochromatic Colors of #baf237

#baf237

Complementary Color

#baf237 #6f37f2

#baf237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf237 Color CSS Codes

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

#baf237 Text Font Color

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

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


#baf237 Background Color

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

This div background color is #baf237


#baf237 Border Color

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

This div border color is #baf237


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf237


Comments

No comments written yet.

Please login to write comment.