Color Hex Logo

#bae899 Color Hex

#BAE899
(186,232,153)
0 Favorites   0 Comments

Color spaces of #bae899

RGB 186232153
HSL0.260.630.75
HSV95°34°91°
CMYK 0.200.000.34   0.09
XYZ54.856170.452240.8444
Yxy70.45220.33020.4240
Hunter Lab83.9358-30.229329.9037
CIE-Lab87.2182-28.613233.7218

#bae899 color RGB value is (186,232,153).

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

The process color (four color CMYK) of #bae899 color hex is 0.20, 0.00, 0.34, 0.09. Web safe color of #bae899 is #ccff99. Color #bae899 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101000 10011001
Octal 272 350 231
Decimal 186 232 153
Hex BA E8 99

RGB Percentages of Color #bae899

%32.57
%40.63
%26.80

CMYK Percentages of Color #bae899

%20
%0
%34
%9

Triadic Colors of #bae899

#bae899 #99bae8 #e899ba

Analogous Colors of #bae899

#bae899 #99e8a0 #e2e899

Monochromatic Colors of #bae899

#bae899

Complementary Color

#bae899 #c799e8

#bae899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae899 Color CSS Codes

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

#bae899 Text Font Color

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

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


#bae899 Background Color

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

This div background color is #bae899


#bae899 Border Color

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

This div border color is #bae899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae899


Comments

No comments written yet.

Please login to write comment.