Color Hex Logo

#baf93c Color Hex

#BAF93C
(186,249,60)
0 Favorites   0 Comments

Color spaces of #baf93c

RGB 18624960
HSL0.220.940.61
HSV80°76°98°
CMYK 0.250.000.76   0.02
XYZ54.941078.516716.5345
Yxy78.51670.36630.5235
Hunter Lab88.6096-44.390850.9633
CIE-Lab91.0152-44.764977.8066

#baf93c color RGB value is (186,249,60).

#baf93c hex color red value is 186, green value is 249 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #baf93c hue: 0.22 , saturation: 0.94 and the lightness value of baf93c is 0.61.

The process color (four color CMYK) of #baf93c color hex is 0.25, 0.00, 0.76, 0.02. Web safe color of #baf93c is #ccff33. Color #baf93c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111001 00111100
Octal 272 371 74
Decimal 186 249 60
Hex BA F9 3C

RGB Percentages of Color #baf93c

%37.58
%50.30
%12.12

CMYK Percentages of Color #baf93c

%25
%0
%76
%2

Triadic Colors of #baf93c

#baf93c #3cbaf9 #f93cba

Analogous Colors of #baf93c

#baf93c #5cf93c #f9da3c

Monochromatic Colors of #baf93c

#baf93c

Complementary Color

#baf93c #7b3cf9

#baf93c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf93c Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf93c Color CSS Codes

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

#baf93c Text Font Color

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

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


#baf93c Background Color

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

This div background color is #baf93c


#baf93c Border Color

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

This div border color is #baf93c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf93c


Comments

No comments written yet.

Please login to write comment.