Color Hex Logo

#bae65f Color Hex

#BAE65F
(186,230,95)
0 Favorites   0 Comments

Color spaces of #bae65f

RGB 18623095
HSL0.220.730.64
HSV80°59°90°
CMYK 0.190.000.59   0.10
XYZ50.612167.859021.2570
Yxy67.85900.36220.4857
Hunter Lab82.3766-34.488842.3640
CIE-Lab85.9359-34.111259.7286

#bae65f color RGB value is (186,230,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 01011111
Octal 272 346 137
Decimal 186 230 95
Hex BA E6 5F

RGB Percentages of Color #bae65f

%36.40
%45.01
%18.59

CMYK Percentages of Color #bae65f

%19
%0
%59
%10

Triadic Colors of #bae65f

#bae65f #5fbae6 #e65fba

Analogous Colors of #bae65f

#bae65f #77e65f #e6cf5f

Monochromatic Colors of #bae65f

#bae65f

Complementary Color

#bae65f #8b5fe6

#bae65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae65f Color CSS Codes

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

#bae65f Text Font Color

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

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


#bae65f Background Color

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

This div background color is #bae65f


#bae65f Border Color

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

This div border color is #bae65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae65f


Comments

No comments written yet.

Please login to write comment.