Color Hex Logo

#bec12e Color Hex

#BEC12E
(190,193,46)
0 Favorites   0 Comments

Color spaces of #bec12e

RGB 19019346
HSL0.170.620.47
HSV61°76°76°
CMYK 0.020.000.76   0.24
XYZ40.798349.28439.9473
Yxy49.28430.40790.4927
Hunter Lab70.2028-19.119740.7409
CIE-Lab75.6279-17.777067.9025

#bec12e color RGB value is (190,193,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000001 00101110
Octal 276 301 56
Decimal 190 193 46
Hex BE C1 2E

RGB Percentages of Color #bec12e

%44.29
%44.99
%10.72

CMYK Percentages of Color #bec12e

%2
%0
%76
%24

Triadic Colors of #bec12e

#bec12e #2ebec1 #c12ebe

Analogous Colors of #bec12e

#bec12e #75c12e #c17b2e

Monochromatic Colors of #bec12e

#bec12e

Complementary Color

#bec12e #312ec1

#bec12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec12e Color CSS Codes

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

#bec12e Text Font Color

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

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


#bec12e Background Color

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

This div background color is #bec12e


#bec12e Border Color

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

This div border color is #bec12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec12e


Comments

No comments written yet.

Please login to write comment.