color codes Logo

#bae65a color codes

#BAE65A
(186,230,90)
0 Favorites   0 Comments

Color spaces of #bae65a

RGB 18623090
HSL0.220.740.63
HSV79°61°90°
CMYK 0.190.000.61   0.10
XYZ50.392067.770920.0980
Yxy67.77090.36450.4902
Hunter Lab82.3231-34.801143.1514
CIE-Lab85.8918-34.509361.8007

#bae65a color RGB value is (186,230,90).

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

The process color (four color CMYK) of #bae65a color code is 0.19, 0.00, 0.61, 0.10. Web safe color of #bae65a is #ccff66. Color #bae65a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 01011010
Octal 272 346 132
Decimal 186 230 90
Hex BA E6 5A

RGB Percentages of Color #bae65a

%36.76
%45.45
%17.79

CMYK Percentages of Color #bae65a

%19
%0
%61
%10

Triadic Colors of #bae65a

#bae65a #5abae6 #e65aba

Analogous Colors of #bae65a

#bae65a #74e65a #e6cc5a

Monochromatic Colors of #bae65a

#bae65a

Complementary Color

#bae65a #865ae6

#bae65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae65a Color CSS Codes

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

#bae65a Text Font Color

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

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


#bae65a Background Color

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

This div background color is #bae65a


#bae65a Border Color

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

This div border color is #bae65a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae65a


Comments

No comments written yet.

Please login to write comment.