Color Hex Logo

#baec5f Color Hex

#BAEC5F
(186,236,95)
0 Favorites   0 Comments

Color spaces of #baec5f

RGB 18623695
HSL0.230.790.65
HSV81°60°93°
CMYK 0.210.000.60   0.07
XYZ52.310771.256221.8232
Yxy71.25620.35980.4901
Hunter Lab84.4134-37.107643.7613
CIE-Lab87.6093-36.840361.5927

#baec5f color RGB value is (186,236,95).

#baec5f hex color red value is 186, green value is 236 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #baec5f hue: 0.23 , saturation: 0.79 and the lightness value of baec5f is 0.65.

The process color (four color CMYK) of #baec5f color hex is 0.21, 0.00, 0.60, 0.07. Web safe color of #baec5f is #ccff66. Color #baec5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101100 01011111
Octal 272 354 137
Decimal 186 236 95
Hex BA EC 5F

RGB Percentages of Color #baec5f

%35.98
%45.65
%18.38

CMYK Percentages of Color #baec5f

%21
%0
%60
%7

Triadic Colors of #baec5f

#baec5f #5fbaec #ec5fba

Analogous Colors of #baec5f

#baec5f #74ec5f #ecd85f

Monochromatic Colors of #baec5f

#baec5f

Complementary Color

#baec5f #915fec

#baec5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baec5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baec5f Color CSS Codes

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

#baec5f Text Font Color

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

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


#baec5f Background Color

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

This div background color is #baec5f


#baec5f Border Color

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

This div border color is #baec5f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,236,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 #baec5f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baec5f


Comments

No comments written yet.

Please login to write comment.