Color Hex Logo

#baf588 Color Hex

#BAF588
(186,245,136)
0 Favorites   0 Comments

Color spaces of #baf588

RGB 186245136
HSL0.260.840.75
HSV92°44°96°
CMYK 0.240.000.44   0.04
XYZ57.346077.521535.2332
Yxy77.52150.33710.4557
Hunter Lab88.0463-37.821037.9065
CIE-Lab90.5611-36.816946.4186

#baf588 color RGB value is (186,245,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110101 10001000
Octal 272 365 210
Decimal 186 245 136
Hex BA F5 88

RGB Percentages of Color #baf588

%32.80
%43.21
%23.99

CMYK Percentages of Color #baf588

%24
%0
%44
%4

Triadic Colors of #baf588

#baf588 #88baf5 #f588ba

Analogous Colors of #baf588

#baf588 #88f58d #f1f588

Monochromatic Colors of #baf588

#baf588

Complementary Color

#baf588 #c388f5

#baf588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf588 Color CSS Codes

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

#baf588 Text Font Color

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

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


#baf588 Background Color

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

This div background color is #baf588


#baf588 Border Color

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

This div border color is #baf588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf588


Comments

No comments written yet.

Please login to write comment.