Color Hex Logo

#baf989 Color Hex

#BAF989
(186,249,137)
0 Favorites   0 Comments

Color spaces of #baf989

RGB 186249137
HSL0.260.900.76
HSV94°45°98°
CMYK 0.250.000.45   0.02
XYZ58.640779.996636.0171
Yxy79.99660.33580.4580
Hunter Lab89.4408-39.490238.7330
CIE-Lab91.6833-38.498147.3427

#baf989 color RGB value is (186,249,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111001 10001001
Octal 272 371 211
Decimal 186 249 137
Hex BA F9 89

RGB Percentages of Color #baf989

%32.52
%43.53
%23.95

CMYK Percentages of Color #baf989

%25
%0
%45
%2

Triadic Colors of #baf989

#baf989 #89baf9 #f989ba

Analogous Colors of #baf989

#baf989 #89f990 #f2f989

Monochromatic Colors of #baf989

#baf989

Complementary Color

#baf989 #c889f9

#baf989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf989 Color CSS Codes

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

#baf989 Text Font Color

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

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


#baf989 Background Color

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

This div background color is #baf989


#baf989 Border Color

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

This div border color is #baf989


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,249,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 #baf989">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf989


Comments

No comments written yet.

Please login to write comment.