Color Hex Logo

#bec11e Color Hex

#BEC11E
(190,193,30)
0 Favorites   0 Comments

Color spaces of #bec11e

RGB 19019330
HSL0.170.730.44
HSV61°84°76°
CMYK 0.020.000.84   0.24
XYZ40.539549.18088.5845
Yxy49.18080.41240.5003
Hunter Lab70.1290-19.540341.8326
CIE-Lab75.5637-18.299572.1090

#bec11e color RGB value is (190,193,30).

#bec11e hex color red value is 190, green value is 193 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bec11e hue: 0.17 , saturation: 0.73 and the lightness value of bec11e is 0.44.

The process color (four color CMYK) of #bec11e color hex is 0.02, 0.00, 0.84, 0.24. Web safe color of #bec11e is #cccc33. Color #bec11e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000001 00011110
Octal 276 301 36
Decimal 190 193 30
Hex BE C1 1E

RGB Percentages of Color #bec11e

%46.00
%46.73
%7.26

CMYK Percentages of Color #bec11e

%2
%0
%84
%24

Triadic Colors of #bec11e

#bec11e #1ebec1 #c11ebe

Analogous Colors of #bec11e

#bec11e #6dc11e #c1731e

Monochromatic Colors of #bec11e

#bec11e

Complementary Color

#bec11e #211ec1

#bec11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec11e Color CSS Codes

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

#bec11e Text Font Color

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

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


#bec11e Background Color

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

This div background color is #bec11e


#bec11e Border Color

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

This div border color is #bec11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec11e


Comments

No comments written yet.

Please login to write comment.