Color Hex Logo

#baf789 Color Hex

#BAF789
(186,247,137)
0 Favorites   0 Comments

Color spaces of #baf789

RGB 186247137
HSL0.260.870.75
HSV93°45°97°
CMYK 0.250.000.45   0.03
XYZ58.025878.766835.8121
Yxy78.76680.33620.4563
Hunter Lab88.7507-38.609138.2011
CIE-Lab91.1287-37.600346.6493

#baf789 color RGB value is (186,247,137).

#baf789 hex color red value is 186, green value is 247 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #baf789 hue: 0.26 , saturation: 0.87 and the lightness value of baf789 is 0.75.

The process color (four color CMYK) of #baf789 color hex is 0.25, 0.00, 0.45, 0.03. Web safe color of #baf789 is #ccff99. Color #baf789 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110111 10001001
Octal 272 367 211
Decimal 186 247 137
Hex BA F7 89

RGB Percentages of Color #baf789

%32.63
%43.33
%24.04

CMYK Percentages of Color #baf789

%25
%0
%45
%3

Triadic Colors of #baf789

#baf789 #89baf7 #f789ba

Analogous Colors of #baf789

#baf789 #89f78f #f1f789

Monochromatic Colors of #baf789

#baf789

Complementary Color

#baf789 #c689f7

#baf789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf789 Color CSS Codes

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

#baf789 Text Font Color

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

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


#baf789 Background Color

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

This div background color is #baf789


#baf789 Border Color

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

This div border color is #baf789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf789


Comments

No comments written yet.

Please login to write comment.