Color Hex Logo

#bae2aa Color Hex

#BAE2AA
(186,226,170)
0 Favorites   0 Comments

Color spaces of #bae2aa

RGB 186226170
HSL0.290.490.78
HSV103°25°89°
CMYK 0.180.000.25   0.11
XYZ54.701867.734148.2211
Yxy67.73410.32050.3969
Hunter Lab82.3007-25.384922.8717
CIE-Lab85.8733-23.207123.1954

#bae2aa color RGB value is (186,226,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100010 10101010
Octal 272 342 252
Decimal 186 226 170
Hex BA E2 AA

RGB Percentages of Color #bae2aa

%31.96
%38.83
%29.21

CMYK Percentages of Color #bae2aa

%18
%0
%25
%11

Triadic Colors of #bae2aa

#bae2aa #aabae2 #e2aaba

Analogous Colors of #bae2aa

#bae2aa #aae2b6 #d6e2aa

Monochromatic Colors of #bae2aa

#bae2aa

Complementary Color

#bae2aa #d2aae2

#bae2aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae2aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae2aa Color CSS Codes

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

#bae2aa Text Font Color

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

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


#bae2aa Background Color

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

This div background color is #bae2aa


#bae2aa Border Color

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

This div border color is #bae2aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae2aa

#bae2aa Color Palettes


Comments

No comments written yet.

Please login to write comment.