Color Hex Logo

#bae79d Color Hex

#BAE79D
(186,231,157)
0 Favorites   0 Comments

Color spaces of #bae79d

RGB 186231157
HSL0.270.610.76
HSV96°32°91°
CMYK 0.190.000.32   0.09
XYZ54.911470.025342.5204
Yxy70.02530.32790.4182
Hunter Lab83.6811-29.310628.4501
CIE-Lab87.0093-27.572931.4151

#bae79d color RGB value is (186,231,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100111 10011101
Octal 272 347 235
Decimal 186 231 157
Hex BA E7 9D

RGB Percentages of Color #bae79d

%32.40
%40.24
%27.35

CMYK Percentages of Color #bae79d

%19
%0
%32
%9

Triadic Colors of #bae79d

#bae79d #9dbae7 #e79dba

Analogous Colors of #bae79d

#bae79d #9de7a5 #dfe79d

Monochromatic Colors of #bae79d

#bae79d

Complementary Color

#bae79d #ca9de7

#bae79d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae79d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae79d Color CSS Codes

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

#bae79d Text Font Color

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

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


#bae79d Background Color

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

This div background color is #bae79d


#bae79d Border Color

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

This div border color is #bae79d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae79d


Comments

No comments written yet.

Please login to write comment.