Color Hex Logo

#baf86c Color Hex

#BAF86C
(186,248,108)
0 Favorites   0 Comments

Color spaces of #baf86c

RGB 186248108
HSL0.240.910.70
HSV87°56°97°
CMYK 0.250.000.56   0.03
XYZ56.523978.656626.3905
Yxy78.65660.34980.4868
Hunter Lab88.6886-41.441544.4394
CIE-Lab91.0787-41.076559.9205

#baf86c color RGB value is (186,248,108).

#baf86c hex color red value is 186, green value is 248 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #baf86c hue: 0.24 , saturation: 0.91 and the lightness value of baf86c is 0.70.

The process color (four color CMYK) of #baf86c color hex is 0.25, 0.00, 0.56, 0.03. Web safe color of #baf86c is #ccff66. Color #baf86c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111000 01101100
Octal 272 370 154
Decimal 186 248 108
Hex BA F8 6C

RGB Percentages of Color #baf86c

%34.32
%45.76
%19.93

CMYK Percentages of Color #baf86c

%25
%0
%56
%3

Triadic Colors of #baf86c

#baf86c #6cbaf8 #f86cba

Analogous Colors of #baf86c

#baf86c #74f86c #f8f06c

Monochromatic Colors of #baf86c

#baf86c

Complementary Color

#baf86c #aa6cf8

#baf86c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf86c Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf86c Color CSS Codes

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

#baf86c Text Font Color

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

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


#baf86c Background Color

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

This div background color is #baf86c


#baf86c Border Color

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

This div border color is #baf86c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf86c


Comments

No comments written yet.

Please login to write comment.