Color Hex Logo

#bec34e Color Hex

#BEC34E
(190,195,78)
0 Favorites   0 Comments

Color spaces of #bec34e

RGB 19019578
HSL0.170.490.54
HSV63°60°76°
CMYK 0.030.000.60   0.24
XYZ42.125550.527414.7402
Yxy50.52740.39230.4705
Hunter Lab71.0826-18.610637.4630
CIE-Lab76.3918-17.023756.6024

#bec34e color RGB value is (190,195,78).

#bec34e hex color red value is 190, green value is 195 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bec34e hue: 0.17 , saturation: 0.49 and the lightness value of bec34e is 0.54.

The process color (four color CMYK) of #bec34e color hex is 0.03, 0.00, 0.60, 0.24. Web safe color of #bec34e is #cccc66. Color #bec34e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000011 01001110
Octal 276 303 116
Decimal 190 195 78
Hex BE C3 4E

RGB Percentages of Color #bec34e

%41.04
%42.12
%16.85

CMYK Percentages of Color #bec34e

%3
%0
%60
%24

Triadic Colors of #bec34e

#bec34e #4ebec3 #c34ebe

Analogous Colors of #bec34e

#bec34e #84c34e #c38e4e

Monochromatic Colors of #bec34e

#bec34e

Complementary Color

#bec34e #534ec3

#bec34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec34e Color CSS Codes

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

#bec34e Text Font Color

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

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


#bec34e Background Color

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

This div background color is #bec34e


#bec34e Border Color

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

This div border color is #bec34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec34e


Comments

No comments written yet.

Please login to write comment.