Color Hex Logo

#baefaa Color Hex

#BAEFAA
(186,239,170)
0 Favorites   0 Comments

Color spaces of #baefaa

RGB 186239170
HSL0.290.680.80
HSV106°29°94°
CMYK 0.220.000.29   0.06
XYZ58.371975.074449.4445
Yxy75.07440.31920.4105
Hunter Lab86.6455-31.376526.8178
CIE-Lab89.4278-29.427528.0454

#baefaa color RGB value is (186,239,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101111 10101010
Octal 272 357 252
Decimal 186 239 170
Hex BA EF AA

RGB Percentages of Color #baefaa

%31.26
%40.17
%28.57

CMYK Percentages of Color #baefaa

%22
%0
%29
%6

Triadic Colors of #baefaa

#baefaa #aabaef #efaaba

Analogous Colors of #baefaa

#baefaa #aaefbd #ddefaa

Monochromatic Colors of #baefaa

#baefaa

Complementary Color

#baefaa #dfaaef

#baefaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baefaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#baefaa Color CSS Codes

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

#baefaa Text Font Color

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

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


#baefaa Background Color

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

This div background color is #baefaa


#baefaa Border Color

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

This div border color is #baefaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baefaa


Comments

No comments written yet.

Please login to write comment.