Color Hex Logo

#bae76f Color Hex

#BAE76F
(186,231,111)
0 Favorites   0 Comments

Color spaces of #bae76f

RGB 186231111
HSL0.230.710.67
HSV83°52°91°
CMYK 0.190.000.52   0.09
XYZ51.694968.738625.5822
Yxy68.73860.35400.4708
Hunter Lab82.9087-33.792839.7417
CIE-Lab86.3744-33.131753.0961

#bae76f color RGB value is (186,231,111).

#bae76f hex color red value is 186, green value is 231 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bae76f hue: 0.23 , saturation: 0.71 and the lightness value of bae76f is 0.67.

The process color (four color CMYK) of #bae76f color hex is 0.19, 0.00, 0.52, 0.09. Web safe color of #bae76f is #ccff66. Color #bae76f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100111 01101111
Octal 272 347 157
Decimal 186 231 111
Hex BA E7 6F

RGB Percentages of Color #bae76f

%35.23
%43.75
%21.02

CMYK Percentages of Color #bae76f

%19
%0
%52
%9

Triadic Colors of #bae76f

#bae76f #6fbae7 #e76fba

Analogous Colors of #bae76f

#bae76f #7ee76f #e7d86f

Monochromatic Colors of #bae76f

#bae76f

Complementary Color

#bae76f #9c6fe7

#bae76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae76f Color CSS Codes

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

#bae76f Text Font Color

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

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


#bae76f Background Color

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

This div background color is #bae76f


#bae76f Border Color

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

This div border color is #bae76f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae76f


Comments

No comments written yet.

Please login to write comment.