Color Hex Logo

#baeeab Color Hex

#BAEEAB
(186,238,171)
0 Favorites   0 Comments

Color spaces of #baeeab

RGB 186238171
HSL0.300.660.80
HSV107°28°93°
CMYK 0.220.000.28   0.07
XYZ58.174974.528449.8474
Yxy74.52840.31870.4083
Hunter Lab86.3298-30.791826.1965
CIE-Lab89.1716-28.801827.1873

#baeeab color RGB value is (186,238,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101110 10101011
Octal 272 356 253
Decimal 186 238 171
Hex BA EE AB

RGB Percentages of Color #baeeab

%31.26
%40.00
%28.74

CMYK Percentages of Color #baeeab

%22
%0
%28
%7

Triadic Colors of #baeeab

#baeeab #abbaee #eeabba

Analogous Colors of #baeeab

#baeeab #abeebe #dceeab

Monochromatic Colors of #baeeab

#baeeab

Complementary Color

#baeeab #dfabee

#baeeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeeab Color CSS Codes

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

#baeeab Text Font Color

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

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


#baeeab Background Color

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

This div background color is #baeeab


#baeeab Border Color

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

This div border color is #baeeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeeab


Comments

No comments written yet.

Please login to write comment.