Color Hex Logo

#bec44a Color Hex

#BEC44A
(190,196,74)
0 Favorites   0 Comments

Color spaces of #bec44a

RGB 19019674
HSL0.170.510.53
HSV63°62°77°
CMYK 0.030.000.62   0.23
XYZ42.211250.921414.0826
Yxy50.92140.39370.4749
Hunter Lab71.3592-19.290438.2507
CIE-Lab76.6314-17.797958.5659

#bec44a color RGB value is (190,196,74).

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

The process color (four color CMYK) of #bec44a color hex is 0.03, 0.00, 0.62, 0.23. Web safe color of #bec44a is #cccc33. Color #bec44a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000100 01001010
Octal 276 304 112
Decimal 190 196 74
Hex BE C4 4A

RGB Percentages of Color #bec44a

%41.30
%42.61
%16.09

CMYK Percentages of Color #bec44a

%3
%0
%62
%23

Triadic Colors of #bec44a

#bec44a #4abec4 #c44abe

Analogous Colors of #bec44a

#bec44a #81c44a #c48d4a

Monochromatic Colors of #bec44a

#bec44a

Complementary Color

#bec44a #504ac4

#bec44a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec44a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec44a Color CSS Codes

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

#bec44a Text Font Color

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

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


#bec44a Background Color

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

This div background color is #bec44a


#bec44a Border Color

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

This div border color is #bec44a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec44a


Comments

No comments written yet.

Please login to write comment.