Color Hex Logo

#baeeaa Color Hex

#BAEEAA
(186,238,170)
0 Favorites   0 Comments

Color spaces of #baeeaa

RGB 186238170
HSL0.290.670.80
HSV106°29°93°
CMYK 0.220.000.29   0.07
XYZ58.079974.490549.3472
Yxy74.49050.31930.4095
Hunter Lab86.3079-30.919326.5160
CIE-Lab89.1538-28.956227.6739

#baeeaa color RGB value is (186,238,170).

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

The process color (four color CMYK) of #baeeaa color hex is 0.22, 0.00, 0.29, 0.07. Web safe color of #baeeaa is #ccff99. Color #baeeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101110 10101010
Octal 272 356 252
Decimal 186 238 170
Hex BA EE AA

RGB Percentages of Color #baeeaa

%31.31
%40.07
%28.62

CMYK Percentages of Color #baeeaa

%22
%0
%29
%7

Triadic Colors of #baeeaa

#baeeaa #aabaee #eeaaba

Analogous Colors of #baeeaa

#baeeaa #aaeebc #dceeaa

Monochromatic Colors of #baeeaa

#baeeaa

Complementary Color

#baeeaa #deaaee

#baeeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeeaa Color CSS Codes

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

#baeeaa Text Font Color

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

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


#baeeaa Background Color

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

This div background color is #baeeaa


#baeeaa Border Color

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

This div border color is #baeeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeeaa


Comments

No comments written yet.

Please login to write comment.