color codes Logo

#bae76e color codes

#BAE76E
(186,231,110)
0 Favorites   0 Comments

Color spaces of #bae76e

RGB 186231110
HSL0.230.720.67
HSV82°52°91°
CMYK 0.190.000.52   0.09
XYZ51.640168.716725.2938
Yxy68.71670.35450.4718
Hunter Lab82.8955-33.869939.9358
CIE-Lab86.3636-33.229153.5428

#bae76e color RGB value is (186,231,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100111 01101110
Octal 272 347 156
Decimal 186 231 110
Hex BA E7 6E

RGB Percentages of Color #bae76e

%35.29
%43.83
%20.87

CMYK Percentages of Color #bae76e

%19
%0
%52
%9

Triadic Colors of #bae76e

#bae76e #6ebae7 #e76eba

Analogous Colors of #bae76e

#bae76e #7ee76e #e7d86e

Monochromatic Colors of #bae76e

#bae76e

Complementary Color

#bae76e #9b6ee7

#bae76e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae76e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae76e Color CSS Codes

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

#bae76e Text Font Color

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

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


#bae76e Background Color

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

This div background color is #bae76e


#bae76e Border Color

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

This div border color is #bae76e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae76e


Comments

No comments written yet.

Please login to write comment.