color codes Logo

#bae59f color codes

#BAE59F
(186,229,159)
0 Favorites   0 Comments

Color spaces of #bae59f

RGB 186229159
HSL0.270.570.76
HSV97°31°90°
CMYK 0.190.000.31   0.10
XYZ54.527068.980943.2417
Yxy68.98090.32700.4137
Hunter Lab83.0547-28.157227.2695
CIE-Lab86.4946-26.328429.7057

#bae59f color RGB value is (186,229,159).

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

The process color (four color CMYK) of #bae59f color code is 0.19, 0.00, 0.31, 0.10. Web safe color of #bae59f is #cccc99. Color #bae59f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100101 10011111
Octal 272 345 237
Decimal 186 229 159
Hex BA E5 9F

RGB Percentages of Color #bae59f

%32.40
%39.90
%27.70

CMYK Percentages of Color #bae59f

%19
%0
%31
%10

Triadic Colors of #bae59f

#bae59f #9fbae5 #e59fba

Analogous Colors of #bae59f

#bae59f #9fe5a7 #dde59f

Monochromatic Colors of #bae59f

#bae59f

Complementary Color

#bae59f #ca9fe5

#bae59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae59f Color CSS Codes

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

#bae59f Text Font Color

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

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


#bae59f Background Color

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

This div background color is #bae59f


#bae59f Border Color

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

This div border color is #bae59f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae59f


Comments

No comments written yet.

Please login to write comment.