Color Hex Logo

#bae97f Color Hex

#BAE97F
(186,233,127)
0 Favorites   0 Comments

Color spaces of #bae97f

RGB 186233127
HSL0.240.710.71
HSV87°45°91°
CMYK 0.200.000.45   0.09
XYZ53.219470.249230.8332
Yxy70.24920.34490.4553
Hunter Lab83.8148-33.334836.8592
CIE-Lab87.1189-32.367546.4556

#bae97f color RGB value is (186,233,127).

#bae97f hex color red value is 186, green value is 233 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bae97f hue: 0.24 , saturation: 0.71 and the lightness value of bae97f is 0.71.

The process color (four color CMYK) of #bae97f color hex is 0.20, 0.00, 0.45, 0.09. Web safe color of #bae97f is #ccff66. Color #bae97f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101001 01111111
Octal 272 351 177
Decimal 186 233 127
Hex BA E9 7F

RGB Percentages of Color #bae97f

%34.07
%42.67
%23.26

CMYK Percentages of Color #bae97f

%20
%0
%45
%9

Triadic Colors of #bae97f

#bae97f #7fbae9 #e97fba

Analogous Colors of #bae97f

#bae97f #85e97f #e9e37f

Monochromatic Colors of #bae97f

#bae97f

Complementary Color

#bae97f #ae7fe9

#bae97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae97f Color CSS Codes

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

#bae97f Text Font Color

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

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


#bae97f Background Color

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

This div background color is #bae97f


#bae97f Border Color

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

This div border color is #bae97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae97f


Comments

No comments written yet.

Please login to write comment.