Color Hex Logo

#baeb7a Color Hex

#BAEB7A
(186,235,122)
0 Favorites   0 Comments

Color spaces of #baeb7a

RGB 186235122
HSL0.240.740.70
HSV86°48°92°
CMYK 0.210.000.48   0.08
XYZ53.470971.260929.3489
Yxy71.26090.34700.4625
Hunter Lab84.4162-34.662838.4780
CIE-Lab87.6116-33.842949.4472

#baeb7a color RGB value is (186,235,122).

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

The process color (four color CMYK) of #baeb7a color hex is 0.21, 0.00, 0.48, 0.08. Web safe color of #baeb7a is #ccff66. Color #baeb7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 01111010
Octal 272 353 172
Decimal 186 235 122
Hex BA EB 7A

RGB Percentages of Color #baeb7a

%34.25
%43.28
%22.47

CMYK Percentages of Color #baeb7a

%21
%0
%48
%8

Triadic Colors of #baeb7a

#baeb7a #7abaeb #eb7aba

Analogous Colors of #baeb7a

#baeb7a #82eb7a #ebe47a

Monochromatic Colors of #baeb7a

#baeb7a

Complementary Color

#baeb7a #ab7aeb

#baeb7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeb7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeb7a Color CSS Codes

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

#baeb7a Text Font Color

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

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


#baeb7a Background Color

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

This div background color is #baeb7a


#baeb7a Border Color

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

This div border color is #baeb7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeb7a


Comments

No comments written yet.

Please login to write comment.