Color Hex Logo

#baeb7e Color Hex

#BAEB7E
(186,235,126)
0 Favorites   0 Comments

Color spaces of #baeb7e

RGB 186235126
HSL0.240.730.71
HSV87°46°92°
CMYK 0.210.000.46   0.08
XYZ53.723971.362130.6814
Yxy71.36210.34490.4581
Hunter Lab84.4761-34.313337.5994
CIE-Lab87.6606-33.404347.6054

#baeb7e color RGB value is (186,235,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 01111110
Octal 272 353 176
Decimal 186 235 126
Hex BA EB 7E

RGB Percentages of Color #baeb7e

%34.00
%42.96
%23.03

CMYK Percentages of Color #baeb7e

%21
%0
%46
%8

Triadic Colors of #baeb7e

#baeb7e #7ebaeb #eb7eba

Analogous Colors of #baeb7e

#baeb7e #84eb7e #ebe67e

Monochromatic Colors of #baeb7e

#baeb7e

Complementary Color

#baeb7e #af7eeb

#baeb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeb7e Color CSS Codes

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

#baeb7e Text Font Color

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

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


#baeb7e Background Color

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

This div background color is #baeb7e


#baeb7e Border Color

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

This div border color is #baeb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeb7e


Comments

No comments written yet.

Please login to write comment.