Color Hex Logo

#bae75e Color Hex

#BAE75E
(186,231,94)
0 Favorites   0 Comments

Color spaces of #bae75e

RGB 18623194
HSL0.220.740.64
HSV80°59°91°
CMYK 0.190.000.59   0.09
XYZ50.846068.399121.1122
Yxy68.39910.36230.4873
Hunter Lab82.7037-34.990342.7574
CIE-Lab86.2056-34.650460.4577

#bae75e color RGB value is (186,231,94).

#bae75e hex color red value is 186, green value is 231 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bae75e hue: 0.22 , saturation: 0.74 and the lightness value of bae75e is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100111 01011110
Octal 272 347 136
Decimal 186 231 94
Hex BA E7 5E

RGB Percentages of Color #bae75e

%36.40
%45.21
%18.40

CMYK Percentages of Color #bae75e

%19
%0
%59
%9

Triadic Colors of #bae75e

#bae75e #5ebae7 #e75eba

Analogous Colors of #bae75e

#bae75e #76e75e #e7d05e

Monochromatic Colors of #bae75e

#bae75e

Complementary Color

#bae75e #8b5ee7

#bae75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae75e Color CSS Codes

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

#bae75e Text Font Color

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

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


#bae75e Background Color

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

This div background color is #bae75e


#bae75e Border Color

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

This div border color is #bae75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae75e


Comments

No comments written yet.

Please login to write comment.