Color Hex Logo

#bec22a Color Hex

#BEC22A
(190,194,42)
0 Favorites   0 Comments

Color spaces of #bec22a

RGB 19019442
HSL0.170.640.46
HSV62°78°76°
CMYK 0.020.000.78   0.24
XYZ40.944949.69799.6251
Yxy49.69790.40840.4957
Hunter Lab70.4967-19.695541.2527
CIE-Lab75.8835-18.427569.3265

#bec22a color RGB value is (190,194,42).

#bec22a hex color red value is 190, green value is 194 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bec22a hue: 0.17 , saturation: 0.64 and the lightness value of bec22a is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000010 00101010
Octal 276 302 52
Decimal 190 194 42
Hex BE C2 2A

RGB Percentages of Color #bec22a

%44.60
%45.54
%9.86

CMYK Percentages of Color #bec22a

%2
%0
%78
%24

Triadic Colors of #bec22a

#bec22a #2abec2 #c22abe

Analogous Colors of #bec22a

#bec22a #72c22a #c27a2a

Monochromatic Colors of #bec22a

#bec22a

Complementary Color

#bec22a #2e2ac2

#bec22a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec22a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec22a Color CSS Codes

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

#bec22a Text Font Color

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

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


#bec22a Background Color

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

This div background color is #bec22a


#bec22a Border Color

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

This div border color is #bec22a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec22a


Comments

No comments written yet.

Please login to write comment.