Color Hex Logo

#baee7a Color Hex

#BAEE7A
(186,238,122)
0 Favorites   0 Comments

Color spaces of #baee7a

RGB 186238122
HSL0.240.770.71
HSV87°49°93°
CMYK 0.220.000.49   0.07
XYZ54.337172.993329.6376
Yxy72.99330.34620.4650
Hunter Lab85.4361-35.987839.2377
CIE-Lab88.4445-35.216250.4610

#baee7a color RGB value is (186,238,122).

#baee7a hex color red value is 186, green value is 238 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #baee7a hue: 0.24 , saturation: 0.77 and the lightness value of baee7a is 0.71.

The process color (four color CMYK) of #baee7a color hex is 0.22, 0.00, 0.49, 0.07. Web safe color of #baee7a is #ccff66. Color #baee7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101110 01111010
Octal 272 356 172
Decimal 186 238 122
Hex BA EE 7A

RGB Percentages of Color #baee7a

%34.07
%43.59
%22.34

CMYK Percentages of Color #baee7a

%22
%0
%49
%7

Triadic Colors of #baee7a

#baee7a #7abaee #ee7aba

Analogous Colors of #baee7a

#baee7a #80ee7a #eee87a

Monochromatic Colors of #baee7a

#baee7a

Complementary Color

#baee7a #ae7aee

#baee7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baee7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#baee7a Color CSS Codes

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

#baee7a Text Font Color

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

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


#baee7a Background Color

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

This div background color is #baee7a


#baee7a Border Color

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

This div border color is #baee7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baee7a


Comments

No comments written yet.

Please login to write comment.