Color Hex Logo

#bec116 Color Hex

#BEC116
(190,193,22)
0 Favorites   0 Comments

Color spaces of #bec116

RGB 19019322
HSL0.170.800.42
HSV61°89°76°
CMYK 0.020.000.89   0.24
XYZ40.450049.14508.1131
Yxy49.14500.41400.5030
Hunter Lab70.1035-19.685942.2108
CIE-Lab75.5414-18.480973.6701

#bec116 color RGB value is (190,193,22).

#bec116 hex color red value is 190, green value is 193 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #bec116 hue: 0.17 , saturation: 0.80 and the lightness value of bec116 is 0.42.

The process color (four color CMYK) of #bec116 color hex is 0.02, 0.00, 0.89, 0.24. Web safe color of #bec116 is #cccc00. Color #bec116 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000001 00010110
Octal 276 301 26
Decimal 190 193 22
Hex BE C1 16

RGB Percentages of Color #bec116

%46.91
%47.65
%5.43

CMYK Percentages of Color #bec116

%2
%0
%89
%24

Triadic Colors of #bec116

#bec116 #16bec1 #c116be

Analogous Colors of #bec116

#bec116 #69c116 #c16f16

Monochromatic Colors of #bec116

#bec116

Complementary Color

#bec116 #1916c1

#bec116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec116 Color CSS Codes

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

#bec116 Text Font Color

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

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


#bec116 Background Color

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

This div background color is #bec116


#bec116 Border Color

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

This div border color is #bec116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec116


Comments

No comments written yet.

Please login to write comment.