Color Hex Logo

#bae39f Color Hex

#BAE39F
(186,227,159)
0 Favorites   0 Comments

Color spaces of #bae39f

RGB 186227159
HSL0.270.550.76
HSV96°30°89°
CMYK 0.180.000.30   0.11
XYZ53.976867.880543.0583
Yxy67.88050.32730.4116
Hunter Lab82.3896-27.239226.6867
CIE-Lab85.9467-25.368828.9691

#bae39f color RGB value is (186,227,159).

#bae39f hex color red value is 186, green value is 227 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bae39f hue: 0.27 , saturation: 0.55 and the lightness value of bae39f is 0.76.

The process color (four color CMYK) of #bae39f color hex is 0.18, 0.00, 0.30, 0.11. Web safe color of #bae39f is #cccc99. Color #bae39f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100011 10011111
Octal 272 343 237
Decimal 186 227 159
Hex BA E3 9F

RGB Percentages of Color #bae39f

%32.52
%39.69
%27.80

CMYK Percentages of Color #bae39f

%18
%0
%30
%11

Triadic Colors of #bae39f

#bae39f #9fbae3 #e39fba

Analogous Colors of #bae39f

#bae39f #9fe3a6 #dce39f

Monochromatic Colors of #bae39f

#bae39f

Complementary Color

#bae39f #c89fe3

#bae39f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae39f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae39f Color CSS Codes

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

#bae39f Text Font Color

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

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


#bae39f Background Color

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

This div background color is #bae39f


#bae39f Border Color

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

This div border color is #bae39f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae39f


Comments

No comments written yet.

Please login to write comment.