Color Hex Logo

#baeaaa Color Hex

#BAEAAA
(186,234,170)
0 Favorites   0 Comments

Color spaces of #baeaaa

RGB 186234170
HSL0.290.600.79
HSV105°27°92°
CMYK 0.210.000.27   0.08
XYZ56.928272.187048.9633
Yxy72.18700.31970.4054
Hunter Lab84.9629-29.083825.3058
CIE-Lab88.0585-27.058426.1849

#baeaaa color RGB value is (186,234,170).

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

The process color (four color CMYK) of #baeaaa color hex is 0.21, 0.00, 0.27, 0.08. Web safe color of #baeaaa is #ccff99. Color #baeaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101010 10101010
Octal 272 352 252
Decimal 186 234 170
Hex BA EA AA

RGB Percentages of Color #baeaaa

%31.53
%39.66
%28.81

CMYK Percentages of Color #baeaaa

%21
%0
%27
%8

Triadic Colors of #baeaaa

#baeaaa #aabaea #eaaaba

Analogous Colors of #baeaaa

#baeaaa #aaeaba #daeaaa

Monochromatic Colors of #baeaaa

#baeaaa

Complementary Color

#baeaaa #daaaea

#baeaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeaaa Color CSS Codes

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

#baeaaa Text Font Color

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

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


#baeaaa Background Color

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

This div background color is #baeaaa


#baeaaa Border Color

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

This div border color is #baeaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeaaa


Comments

No comments written yet.

Please login to write comment.