Color Hex Logo

#bec51e Color Hex

#BEC51E
(190,197,30)
0 Favorites   0 Comments

Color spaces of #bec51e

RGB 19019730
HSL0.170.740.45
HSV63°85°77°
CMYK 0.040.000.85   0.23
XYZ41.435850.97348.8832
Yxy50.97340.40910.5032
Hunter Lab71.3957-21.346642.6000
CIE-Lab76.6629-20.284073.0209

#bec51e color RGB value is (190,197,30).

#bec51e hex color red value is 190, green value is 197 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bec51e hue: 0.17 , saturation: 0.74 and the lightness value of bec51e is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000101 00011110
Octal 276 305 36
Decimal 190 197 30
Hex BE C5 1E

RGB Percentages of Color #bec51e

%45.56
%47.24
%7.19

CMYK Percentages of Color #bec51e

%4
%0
%85
%23

Triadic Colors of #bec51e

#bec51e #1ebec5 #c51ebe

Analogous Colors of #bec51e

#bec51e #6bc51e #c5791e

Monochromatic Colors of #bec51e

#bec51e

Complementary Color

#bec51e #251ec5

#bec51e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec51e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec51e Color CSS Codes

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

#bec51e Text Font Color

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

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


#bec51e Background Color

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

This div background color is #bec51e


#bec51e Border Color

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

This div border color is #bec51e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec51e


Comments

No comments written yet.

Please login to write comment.