Color Hex Logo

#bec040 Color Hex

#BEC040
(190,192,64)
0 Favorites   0 Comments

Color spaces of #bec040

RGB 19019264
HSL0.170.500.50
HSV61°67°75°
CMYK 0.010.000.67   0.25
XYZ41.010349.016612.1502
Yxy49.01660.40140.4797
Hunter Lab70.0119-17.962238.7188
CIE-Lab75.4617-16.408461.4047

#bec040 color RGB value is (190,192,64).

#bec040 hex color red value is 190, green value is 192 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #bec040 hue: 0.17 , saturation: 0.50 and the lightness value of bec040 is 0.50.

The process color (four color CMYK) of #bec040 color hex is 0.01, 0.00, 0.67, 0.25. Web safe color of #bec040 is #cccc33. Color #bec040 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000000 01000000
Octal 276 300 100
Decimal 190 192 64
Hex BE C0 40

RGB Percentages of Color #bec040

%42.60
%43.05
%14.35

CMYK Percentages of Color #bec040

%1
%0
%67
%25

Triadic Colors of #bec040

#bec040 #40bec0 #c040be

Analogous Colors of #bec040

#bec040 #7ec040 #c08240

Monochromatic Colors of #bec040

#bec040

Complementary Color

#bec040 #4240c0

#bec040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec040 Color CSS Codes

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

#bec040 Text Font Color

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

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


#bec040 Background Color

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

This div background color is #bec040


#bec040 Border Color

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

This div border color is #bec040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec040


Comments

No comments written yet.

Please login to write comment.