Color Hex Logo

#bec54a Color Hex

#BEC54A
(190,197,74)
0 Favorites   0 Comments

Color spaces of #bec54a

RGB 19019774
HSL0.180.510.53
HSV63°62°77°
CMYK 0.040.000.62   0.23
XYZ42.437551.374114.1581
Yxy51.37410.39310.4758
Hunter Lab71.6757-19.746938.4615
CIE-Lab76.9051-18.297158.8573

#bec54a color RGB value is (190,197,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000101 01001010
Octal 276 305 112
Decimal 190 197 74
Hex BE C5 4A

RGB Percentages of Color #bec54a

%41.21
%42.73
%16.05

CMYK Percentages of Color #bec54a

%4
%0
%62
%23

Triadic Colors of #bec54a

#bec54a #4abec5 #c54abe

Analogous Colors of #bec54a

#bec54a #81c54a #c58f4a

Monochromatic Colors of #bec54a

#bec54a

Complementary Color

#bec54a #514ac5

#bec54a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec54a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec54a Color CSS Codes

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

#bec54a Text Font Color

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

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


#bec54a Background Color

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

This div background color is #bec54a


#bec54a Border Color

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

This div border color is #bec54a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,197,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 #bec54a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec54a


Comments

No comments written yet.

Please login to write comment.