Color Hex Logo

#bae79b Color Hex

#BAE79B
(186,231,155)
0 Favorites   0 Comments

Color spaces of #bae79b

RGB 186231155
HSL0.270.610.76
HSV96°33°91°
CMYK 0.190.000.33   0.09
XYZ54.742069.957541.6283
Yxy69.95750.32910.4206
Hunter Lab83.6406-29.544429.0395
CIE-Lab86.9760-27.858232.3873

#bae79b color RGB value is (186,231,155).

#bae79b hex color red value is 186, green value is 231 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bae79b hue: 0.27 , saturation: 0.61 and the lightness value of bae79b is 0.76.

The process color (four color CMYK) of #bae79b color hex is 0.19, 0.00, 0.33, 0.09. Web safe color of #bae79b is #ccff99. Color #bae79b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100111 10011011
Octal 272 347 233
Decimal 186 231 155
Hex BA E7 9B

RGB Percentages of Color #bae79b

%32.52
%40.38
%27.10

CMYK Percentages of Color #bae79b

%19
%0
%33
%9

Triadic Colors of #bae79b

#bae79b #9bbae7 #e79bba

Analogous Colors of #bae79b

#bae79b #9be7a2 #e0e79b

Monochromatic Colors of #bae79b

#bae79b

Complementary Color

#bae79b #c89be7

#bae79b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae79b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae79b Color CSS Codes

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

#bae79b Text Font Color

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

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


#bae79b Background Color

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

This div background color is #bae79b


#bae79b Border Color

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

This div border color is #bae79b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae79b


Comments

No comments written yet.

Please login to write comment.