Color Hex Logo

#bec216 Color Hex

#BEC216
(190,194,22)
0 Favorites   0 Comments

Color spaces of #bec216

RGB 19019422
HSL0.170.800.42
HSV61°89°76°
CMYK 0.020.000.89   0.24
XYZ40.671849.58878.1870
Yxy49.58870.41310.5037
Hunter Lab70.4192-20.138042.4004
CIE-Lab75.8161-18.978773.8889

#bec216 color RGB value is (190,194,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000010 00010110
Octal 276 302 26
Decimal 190 194 22
Hex BE C2 16

RGB Percentages of Color #bec216

%46.80
%47.78
%5.42

CMYK Percentages of Color #bec216

%2
%0
%89
%24

Triadic Colors of #bec216

#bec216 #16bec2 #c216be

Analogous Colors of #bec216

#bec216 #68c216 #c27016

Monochromatic Colors of #bec216

#bec216

Complementary Color

#bec216 #1a16c2

#bec216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec216 Color CSS Codes

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

#bec216 Text Font Color

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

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


#bec216 Background Color

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

This div background color is #bec216


#bec216 Border Color

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

This div border color is #bec216


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,194,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 #bec216">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec216


Comments

No comments written yet.

Please login to write comment.