Color Hex Logo

#bec30c Color Hex

#BEC30C
(190,195,12)
0 Favorites   0 Comments

Color spaces of #bec30c

RGB 19019512
HSL0.170.880.41
HSV62°94°76°
CMYK 0.030.000.94   0.24
XYZ40.816750.00397.8483
Yxy50.00390.41370.5068
Hunter Lab70.7134-20.716042.9190
CIE-Lab76.0717-19.633275.5100

#bec30c color RGB value is (190,195,12).

#bec30c hex color red value is 190, green value is 195 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #bec30c hue: 0.17 , saturation: 0.88 and the lightness value of bec30c is 0.41.

The process color (four color CMYK) of #bec30c color hex is 0.03, 0.00, 0.94, 0.24. Web safe color of #bec30c is #cccc00. Color #bec30c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000011 00001100
Octal 276 303 14
Decimal 190 195 12
Hex BE C3 C

RGB Percentages of Color #bec30c

%47.86
%49.12
%3.02

CMYK Percentages of Color #bec30c

%3
%0
%94
%24

Triadic Colors of #bec30c

#bec30c #0cbec3 #c30cbe

Analogous Colors of #bec30c

#bec30c #63c30c #c36d0c

Monochromatic Colors of #bec30c

#bec30c

Complementary Color

#bec30c #110cc3

#bec30c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec30c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec30c Color CSS Codes

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

#bec30c Text Font Color

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

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


#bec30c Background Color

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

This div background color is #bec30c


#bec30c Border Color

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

This div border color is #bec30c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec30c


Comments

No comments written yet.

Please login to write comment.