Color Hex Logo

#bae8aa Color Hex

#BAE8AA
(186,232,170)
0 Favorites   0 Comments

Color spaces of #bae8aa

RGB 186232170
HSL0.290.570.79
HSV105°27°91°
CMYK 0.200.000.27   0.09
XYZ56.362071.054648.7745
Yxy71.05460.31990.4033
Hunter Lab84.2939-28.162624.6991
CIE-Lab87.5115-26.102625.4390

#bae8aa color RGB value is (186,232,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101000 10101010
Octal 272 350 252
Decimal 186 232 170
Hex BA E8 AA

RGB Percentages of Color #bae8aa

%31.63
%39.46
%28.91

CMYK Percentages of Color #bae8aa

%20
%0
%27
%9

Triadic Colors of #bae8aa

#bae8aa #aabae8 #e8aaba

Analogous Colors of #bae8aa

#bae8aa #aae8b9 #d9e8aa

Monochromatic Colors of #bae8aa

#bae8aa

Complementary Color

#bae8aa #d8aae8

#bae8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae8aa Color CSS Codes

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

#bae8aa Text Font Color

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

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


#bae8aa Background Color

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

This div background color is #bae8aa


#bae8aa Border Color

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

This div border color is #bae8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae8aa


Comments

No comments written yet.

Please login to write comment.