Color Hex Logo

#bec03e Color Hex

#BEC03E
(190,192,62)
0 Favorites   0 Comments

Color spaces of #bec03e

RGB 19019262
HSL0.170.510.50
HSV61°68°75°
CMYK 0.010.000.68   0.25
XYZ40.954348.994211.8557
Yxy48.99420.40230.4813
Hunter Lab69.9959-18.053138.9547
CIE-Lab75.4477-16.520462.1650

#bec03e color RGB value is (190,192,62).

#bec03e hex color red value is 190, green value is 192 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bec03e hue: 0.17 , saturation: 0.51 and the lightness value of bec03e is 0.50.

The process color (four color CMYK) of #bec03e color hex is 0.01, 0.00, 0.68, 0.25. Web safe color of #bec03e is #cccc33. Color #bec03e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000000 00111110
Octal 276 300 76
Decimal 190 192 62
Hex BE C0 3E

RGB Percentages of Color #bec03e

%42.79
%43.24
%13.96

CMYK Percentages of Color #bec03e

%1
%0
%68
%25

Triadic Colors of #bec03e

#bec03e #3ebec0 #c03ebe

Analogous Colors of #bec03e

#bec03e #7dc03e #c0813e

Monochromatic Colors of #bec03e

#bec03e

Complementary Color

#bec03e #403ec0

#bec03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec03e Color CSS Codes

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

#bec03e Text Font Color

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

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


#bec03e Background Color

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

This div background color is #bec03e


#bec03e Border Color

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

This div border color is #bec03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec03e


Comments

No comments written yet.

Please login to write comment.