Color Hex Logo

#bec614 Color Hex

#BEC614
(190,198,20)
0 Favorites   0 Comments

Color spaces of #bec614

RGB 19019820
HSL0.170.820.43
HSV63°90°78°
CMYK 0.040.000.90   0.22
XYZ41.555651.38588.3901
Yxy51.38580.41010.5071
Hunter Lab71.6839-21.969243.2392
CIE-Lab76.9121-20.993275.0862

#bec614 color RGB value is (190,198,20).

#bec614 hex color red value is 190, green value is 198 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #bec614 hue: 0.17 , saturation: 0.82 and the lightness value of bec614 is 0.43.

The process color (four color CMYK) of #bec614 color hex is 0.04, 0.00, 0.90, 0.22. Web safe color of #bec614 is #cccc00. Color #bec614 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000110 00010100
Octal 276 306 24
Decimal 190 198 20
Hex BE C6 14

RGB Percentages of Color #bec614

%46.57
%48.53
%4.90

CMYK Percentages of Color #bec614

%4
%0
%90
%22

Triadic Colors of #bec614

#bec614 #14bec6 #c614be

Analogous Colors of #bec614

#bec614 #65c614 #c67514

Monochromatic Colors of #bec614

#bec614

Complementary Color

#bec614 #1c14c6

#bec614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec614 Color CSS Codes

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

#bec614 Text Font Color

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

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


#bec614 Background Color

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

This div background color is #bec614


#bec614 Border Color

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

This div border color is #bec614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec614


Comments

No comments written yet.

Please login to write comment.