Color Hex Logo

#bec62f Color Hex

#BEC62F
(190,198,47)
0 Favorites   0 Comments

Color spaces of #bec62f

RGB 19019847
HSL0.180.620.48
HSV63°76°78°
CMYK 0.040.000.76   0.22
XYZ41.942451.540610.4270
Yxy51.54060.40360.4960
Hunter Lab71.7918-21.351841.6430
CIE-Lab77.0053-20.221268.8522

#bec62f color RGB value is (190,198,47).

#bec62f hex color red value is 190, green value is 198 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bec62f hue: 0.18 , saturation: 0.62 and the lightness value of bec62f is 0.48.

The process color (four color CMYK) of #bec62f color hex is 0.04, 0.00, 0.76, 0.22. Web safe color of #bec62f is #cccc33. Color #bec62f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000110 00101111
Octal 276 306 57
Decimal 190 198 47
Hex BE C6 2F

RGB Percentages of Color #bec62f

%43.68
%45.52
%10.80

CMYK Percentages of Color #bec62f

%4
%0
%76
%22

Triadic Colors of #bec62f

#bec62f #2fbec6 #c62fbe

Analogous Colors of #bec62f

#bec62f #73c62f #c6832f

Monochromatic Colors of #bec62f

#bec62f

Complementary Color

#bec62f #372fc6

#bec62f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec62f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec62f Color CSS Codes

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

#bec62f Text Font Color

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

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


#bec62f Background Color

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

This div background color is #bec62f


#bec62f Border Color

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

This div border color is #bec62f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec62f


Comments

No comments written yet.

Please login to write comment.