Color Hex Logo

#bec41c Color Hex

#BEC41C
(190,196,28)
0 Favorites   0 Comments

Color spaces of #bec41c

RGB 19019628
HSL0.170.750.44
HSV62°86°77°
CMYK 0.030.000.86   0.23
XYZ41.184750.51088.6775
Yxy50.51080.41030.5032
Hunter Lab71.0710-20.935742.5106
CIE-Lab76.3817-19.839573.2109

#bec41c color RGB value is (190,196,28).

#bec41c hex color red value is 190, green value is 196 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #bec41c hue: 0.17 , saturation: 0.75 and the lightness value of bec41c is 0.44.

The process color (four color CMYK) of #bec41c color hex is 0.03, 0.00, 0.86, 0.23. Web safe color of #bec41c is #cccc33. Color #bec41c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000100 00011100
Octal 276 304 34
Decimal 190 196 28
Hex BE C4 1C

RGB Percentages of Color #bec41c

%45.89
%47.34
%6.76

CMYK Percentages of Color #bec41c

%3
%0
%86
%23

Triadic Colors of #bec41c

#bec41c #1cbec4 #c41cbe

Analogous Colors of #bec41c

#bec41c #6ac41c #c4761c

Monochromatic Colors of #bec41c

#bec41c

Complementary Color

#bec41c #221cc4

#bec41c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec41c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec41c Color CSS Codes

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

#bec41c Text Font Color

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

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


#bec41c Background Color

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

This div background color is #bec41c


#bec41c Border Color

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

This div border color is #bec41c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec41c


Comments

No comments written yet.

Please login to write comment.