Color Hex Logo

#baf499 Color Hex

#BAF499
(186,244,153)
0 Favorites   0 Comments

Color spaces of #baf499

RGB 186244153
HSL0.270.810.78
HSV98°37°96°
CMYK 0.240.000.37   0.04
XYZ58.350277.440442.0091
Yxy77.44040.32820.4355
Hunter Lab88.0002-35.642633.2966
CIE-Lab90.5239-34.204738.0632

#baf499 color RGB value is (186,244,153).

#baf499 hex color red value is 186, green value is 244 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #baf499 hue: 0.27 , saturation: 0.81 and the lightness value of baf499 is 0.78.

The process color (four color CMYK) of #baf499 color hex is 0.24, 0.00, 0.37, 0.04. Web safe color of #baf499 is #ccff99. Color #baf499 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110100 10011001
Octal 272 364 231
Decimal 186 244 153
Hex BA F4 99

RGB Percentages of Color #baf499

%31.90
%41.85
%26.24

CMYK Percentages of Color #baf499

%24
%0
%37
%4

Triadic Colors of #baf499

#baf499 #99baf4 #f499ba

Analogous Colors of #baf499

#baf499 #99f4a6 #e8f499

Monochromatic Colors of #baf499

#baf499

Complementary Color

#baf499 #d399f4

#baf499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf499 Color CSS Codes

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

#baf499 Text Font Color

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

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


#baf499 Background Color

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

This div background color is #baf499


#baf499 Border Color

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

This div border color is #baf499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf499


Comments

No comments written yet.

Please login to write comment.