Color Hex Logo

#bec81c Color Hex

#BEC81C
(190,200,28)
0 Favorites   0 Comments

Color spaces of #bec81c

RGB 19020028
HSL0.180.750.45
HSV63°86°78°
CMYK 0.050.000.86   0.22
XYZ42.099152.33958.9823
Yxy52.33950.40710.5061
Hunter Lab72.3460-22.734143.2809
CIE-Lab77.4834-21.808474.1142

#bec81c color RGB value is (190,200,28).

#bec81c hex color red value is 190, green value is 200 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #bec81c hue: 0.18 , saturation: 0.75 and the lightness value of bec81c is 0.45.

The process color (four color CMYK) of #bec81c color hex is 0.05, 0.00, 0.86, 0.22. Web safe color of #bec81c is #cccc33. Color #bec81c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001000 00011100
Octal 276 310 34
Decimal 190 200 28
Hex BE C8 1C

RGB Percentages of Color #bec81c

%45.45
%47.85
%6.70

CMYK Percentages of Color #bec81c

%5
%0
%86
%22

Triadic Colors of #bec81c

#bec81c #1cbec8 #c81cbe

Analogous Colors of #bec81c

#bec81c #68c81c #c87c1c

Monochromatic Colors of #bec81c

#bec81c

Complementary Color

#bec81c #261cc8

#bec81c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec81c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec81c Color CSS Codes

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

#bec81c Text Font Color

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

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


#bec81c Background Color

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

This div background color is #bec81c


#bec81c Border Color

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

This div border color is #bec81c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,200,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bec81c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bec81c;
  -webkit-box-shadow: 1px 1px 3px 2px #bec81c;
  box-shadow:         1px 1px 3px 2px #bec81c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,200,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec81c


Comments

No comments written yet.

Please login to write comment.