Color Hex Logo

#baf487 Color Hex

#BAF487
(186,244,135)
0 Favorites   0 Comments

Color spaces of #baf487

RGB 186244135
HSL0.260.830.74
HSV92°45°96°
CMYK 0.240.000.45   0.04
XYZ56.973676.889734.7601
Yxy76.88970.33790.4560
Hunter Lab87.6868-37.473337.8775
CIE-Lab90.2708-36.482246.5355

#baf487 color RGB value is (186,244,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110100 10000111
Octal 272 364 207
Decimal 186 244 135
Hex BA F4 87

RGB Percentages of Color #baf487

%32.92
%43.19
%23.89

CMYK Percentages of Color #baf487

%24
%0
%45
%4

Triadic Colors of #baf487

#baf487 #87baf4 #f487ba

Analogous Colors of #baf487

#baf487 #87f48b #f1f487

Monochromatic Colors of #baf487

#baf487

Complementary Color

#baf487 #c187f4

#baf487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf487 Color CSS Codes

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

#baf487 Text Font Color

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

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


#baf487 Background Color

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

This div background color is #baf487


#baf487 Border Color

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

This div border color is #baf487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf487


Comments

No comments written yet.

Please login to write comment.