Color Hex Logo

#baec1b Color Hex

#BAEC1B
(186,236,27)
0 Favorites   0 Comments

Color spaces of #baec1b

RGB 18623627
HSL0.210.850.52
HSV74°89°93°
CMYK 0.210.000.89   0.07
XYZ50.443070.509111.9879
Yxy70.50910.37940.5304
Hunter Lab83.9697-39.716950.3143
CIE-Lab87.2460-40.209882.1532

#baec1b color RGB value is (186,236,27).

#baec1b hex color red value is 186, green value is 236 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #baec1b hue: 0.21 , saturation: 0.85 and the lightness value of baec1b is 0.52.

The process color (four color CMYK) of #baec1b color hex is 0.21, 0.00, 0.89, 0.07. Web safe color of #baec1b is #ccff33. Color #baec1b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101100 00011011
Octal 272 354 33
Decimal 186 236 27
Hex BA EC 1B

RGB Percentages of Color #baec1b

%41.43
%52.56
%6.01

CMYK Percentages of Color #baec1b

%21
%0
%89
%7

Triadic Colors of #baec1b

#baec1b #1bbaec #ec1bba

Analogous Colors of #baec1b

#baec1b #52ec1b #ecb61b

Monochromatic Colors of #baec1b

#baec1b

Complementary Color

#baec1b #4d1bec

#baec1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baec1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#baec1b Color CSS Codes

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

#baec1b Text Font Color

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

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


#baec1b Background Color

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

This div background color is #baec1b


#baec1b Border Color

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

This div border color is #baec1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baec1b


Comments

No comments written yet.

Please login to write comment.