Color Hex Logo

#becc0e Color Hex

#BECC0E
(190,204,14)
0 Favorites   0 Comments

Color spaces of #becc0e

RGB 19020414
HSL0.180.870.43
HSV64°93°80°
CMYK 0.070.000.93   0.20
XYZ42.907354.16468.6088
Yxy54.16460.40600.5125
Hunter Lab73.5966-24.727444.5823
CIE-Lab78.5576-24.015177.1901

#becc0e color RGB value is (190,204,14).

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

The process color (four color CMYK) of #becc0e color hex is 0.07, 0.00, 0.93, 0.20. Web safe color of #becc0e is #cccc00. Color #becc0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001100 00001110
Octal 276 314 16
Decimal 190 204 14
Hex BE CC E

RGB Percentages of Color #becc0e

%46.57
%50.00
%3.43

CMYK Percentages of Color #becc0e

%7
%0
%93
%20

Triadic Colors of #becc0e

#becc0e #0ebecc #cc0ebe

Analogous Colors of #becc0e

#becc0e #5fcc0e #cc7b0e

Monochromatic Colors of #becc0e

#becc0e

Complementary Color

#becc0e #1c0ecc

#becc0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becc0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#becc0e Color CSS Codes

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

#becc0e Text Font Color

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

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


#becc0e Background Color

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

This div background color is #becc0e


#becc0e Border Color

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

This div border color is #becc0e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,204,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 #becc0e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becc0e


Comments

No comments written yet.

Please login to write comment.