Color Hex Logo

#bec84c Color Hex

#BEC84C
(190,200,76)
0 Favorites   0 Comments

Color spaces of #bec84c

RGB 19020076
HSL0.180.530.54
HSV65°62°78°
CMYK 0.050.000.62   0.22
XYZ43.194052.777514.7480
Yxy52.77750.39010.4767
Hunter Lab72.6481-21.004438.8175
CIE-Lab77.7434-19.653358.9147

#bec84c color RGB value is (190,200,76).

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

The process color (four color CMYK) of #bec84c color hex is 0.05, 0.00, 0.62, 0.22. Web safe color of #bec84c is #cccc33. Color #bec84c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001000 01001100
Octal 276 310 114
Decimal 190 200 76
Hex BE C8 4C

RGB Percentages of Color #bec84c

%40.77
%42.92
%16.31

CMYK Percentages of Color #bec84c

%5
%0
%62
%22

Triadic Colors of #bec84c

#bec84c #4cbec8 #c84cbe

Analogous Colors of #bec84c

#bec84c #80c84c #c8944c

Monochromatic Colors of #bec84c

#bec84c

Complementary Color

#bec84c #564cc8

#bec84c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec84c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec84c Color CSS Codes

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

#bec84c Text Font Color

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

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


#bec84c Background Color

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

This div background color is #bec84c


#bec84c Border Color

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

This div border color is #bec84c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec84c


Comments

No comments written yet.

Please login to write comment.