Color Hex Logo

#bae9aa Color Hex

#BAE9AA
(186,233,170)
0 Favorites   0 Comments

Color spaces of #bae9aa

RGB 186233170
HSL0.290.590.79
HSV105°27°91°
CMYK 0.200.000.27   0.09
XYZ56.644371.619248.8686
Yxy71.61920.31980.4043
Hunter Lab84.6281-28.623525.0026
CIE-Lab87.7850-26.581125.8121

#bae9aa color RGB value is (186,233,170).

#bae9aa hex color red value is 186, green value is 233 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bae9aa hue: 0.29 , saturation: 0.59 and the lightness value of bae9aa is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101001 10101010
Octal 272 351 252
Decimal 186 233 170
Hex BA E9 AA

RGB Percentages of Color #bae9aa

%31.58
%39.56
%28.86

CMYK Percentages of Color #bae9aa

%20
%0
%27
%9

Triadic Colors of #bae9aa

#bae9aa #aabae9 #e9aaba

Analogous Colors of #bae9aa

#bae9aa #aae9ba #dae9aa

Monochromatic Colors of #bae9aa

#bae9aa

Complementary Color

#bae9aa #d9aae9

#bae9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae9aa Color CSS Codes

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

#bae9aa Text Font Color

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

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


#bae9aa Background Color

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

This div background color is #bae9aa


#bae9aa Border Color

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

This div border color is #bae9aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae9aa


Comments

No comments written yet.

Please login to write comment.