Color Hex Logo

#bec64f Color Hex

#BEC64F
(190,198,79)
0 Favorites   0 Comments

Color spaces of #bec64f

RGB 19019879
HSL0.180.510.54
HSV64°60°78°
CMYK 0.040.000.60   0.22
XYZ42.840651.899815.1569
Yxy51.89980.38980.4723
Hunter Lab72.0415-19.924937.9550
CIE-Lab77.2209-18.452257.0731

#bec64f color RGB value is (190,198,79).

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

The process color (four color CMYK) of #bec64f color hex is 0.04, 0.00, 0.60, 0.22. Web safe color of #bec64f is #cccc66. Color #bec64f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000110 01001111
Octal 276 306 117
Decimal 190 198 79
Hex BE C6 4F

RGB Percentages of Color #bec64f

%40.69
%42.40
%16.92

CMYK Percentages of Color #bec64f

%4
%0
%60
%22

Triadic Colors of #bec64f

#bec64f #4fbec6 #c64fbe

Analogous Colors of #bec64f

#bec64f #83c64f #c6934f

Monochromatic Colors of #bec64f

#bec64f

Complementary Color

#bec64f #574fc6

#bec64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec64f Color CSS Codes

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

#bec64f Text Font Color

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

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


#bec64f Background Color

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

This div background color is #bec64f


#bec64f Border Color

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

This div border color is #bec64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec64f


Comments

No comments written yet.

Please login to write comment.