Color Hex Logo

#baf987 Color Hex

#BAF987
(186,249,135)
0 Favorites   0 Comments

Color spaces of #baf987

RGB 186249135
HSL0.260.900.75
HSV93°46°98°
CMYK 0.250.000.46   0.02
XYZ58.498679.939735.2684
Yxy79.93970.33680.4602
Hunter Lab89.4090-39.676639.1987
CIE-Lab91.6578-38.732148.2638

#baf987 color RGB value is (186,249,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111001 10000111
Octal 272 371 207
Decimal 186 249 135
Hex BA F9 87

RGB Percentages of Color #baf987

%32.63
%43.68
%23.68

CMYK Percentages of Color #baf987

%25
%0
%46
%2

Triadic Colors of #baf987

#baf987 #87baf9 #f987ba

Analogous Colors of #baf987

#baf987 #87f98d #f3f987

Monochromatic Colors of #baf987

#baf987

Complementary Color

#baf987 #c687f9

#baf987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf987 Color CSS Codes

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

#baf987 Text Font Color

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

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


#baf987 Background Color

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

This div background color is #baf987


#baf987 Border Color

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

This div border color is #baf987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf987


Comments

No comments written yet.

Please login to write comment.