Color Hex Logo

#baf99e Color Hex

#BAF99E
(186,249,158)
0 Favorites   0 Comments

Color spaces of #baf99e

RGB 186249158
HSL0.280.880.80
HSV102°37°98°
CMYK 0.250.000.37   0.02
XYZ60.296980.659144.7385
Yxy80.65910.32470.4344
Hunter Lab89.8104-37.326933.3323
CIE-Lab91.9798-35.805837.4859

#baf99e color RGB value is (186,249,158).

#baf99e hex color red value is 186, green value is 249 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #baf99e hue: 0.28 , saturation: 0.88 and the lightness value of baf99e is 0.80.

The process color (four color CMYK) of #baf99e color hex is 0.25, 0.00, 0.37, 0.02. Web safe color of #baf99e is #ccff99. Color #baf99e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111001 10011110
Octal 272 371 236
Decimal 186 249 158
Hex BA F9 9E

RGB Percentages of Color #baf99e

%31.37
%41.99
%26.64

CMYK Percentages of Color #baf99e

%25
%0
%37
%2

Triadic Colors of #baf99e

#baf99e #9ebaf9 #f99eba

Analogous Colors of #baf99e

#baf99e #9ef9b0 #e8f99e

Monochromatic Colors of #baf99e

#baf99e

Complementary Color

#baf99e #dd9ef9

#baf99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf99e Color CSS Codes

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

#baf99e Text Font Color

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

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


#baf99e Background Color

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

This div background color is #baf99e


#baf99e Border Color

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

This div border color is #baf99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf99e


Comments

No comments written yet.

Please login to write comment.