Color Hex Logo

#bec40e Color Hex

#BEC40E
(190,196,14)
0 Favorites   0 Comments

Color spaces of #bec40e

RGB 19019614
HSL0.170.870.41
HSV62°93°77°
CMYK 0.030.000.93   0.23
XYZ41.054450.45877.9912
Yxy50.45870.41260.5071
Hunter Lab71.0343-21.145643.0540
CIE-Lab76.3500-20.101975.4877

#bec40e color RGB value is (190,196,14).

#bec40e hex color red value is 190, green value is 196 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bec40e hue: 0.17 , saturation: 0.87 and the lightness value of bec40e is 0.41.

The process color (four color CMYK) of #bec40e color hex is 0.03, 0.00, 0.93, 0.23. Web safe color of #bec40e is #cccc00. Color #bec40e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000100 00001110
Octal 276 304 16
Decimal 190 196 14
Hex BE C4 E

RGB Percentages of Color #bec40e

%47.50
%49.00
%3.50

CMYK Percentages of Color #bec40e

%3
%0
%93
%23

Triadic Colors of #bec40e

#bec40e #0ebec4 #c40ebe

Analogous Colors of #bec40e

#bec40e #63c40e #c46f0e

Monochromatic Colors of #bec40e

#bec40e

Complementary Color

#bec40e #140ec4

#bec40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec40e Color CSS Codes

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

#bec40e Text Font Color

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

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


#bec40e Background Color

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

This div background color is #bec40e


#bec40e Border Color

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

This div border color is #bec40e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec40e


Comments

No comments written yet.

Please login to write comment.