Color Hex Logo

#becc3c Color Hex

#BECC3C
(190,204,60)
0 Favorites   0 Comments

Color spaces of #becc3c

RGB 19020460
HSL0.180.590.52
HSV66°71°80°
CMYK 0.070.000.71   0.20
XYZ43.643754.459112.4864
Yxy54.45910.39460.4924
Hunter Lab73.7964-23.577641.6256
CIE-Lab78.7287-22.570666.1575

#becc3c color RGB value is (190,204,60).

#becc3c hex color red value is 190, green value is 204 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #becc3c hue: 0.18 , saturation: 0.59 and the lightness value of becc3c is 0.52.

The process color (four color CMYK) of #becc3c color hex is 0.07, 0.00, 0.71, 0.20. Web safe color of #becc3c is #cccc33. Color #becc3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001100 00111100
Octal 276 314 74
Decimal 190 204 60
Hex BE CC 3C

RGB Percentages of Color #becc3c

%41.85
%44.93
%13.22

CMYK Percentages of Color #becc3c

%7
%0
%71
%20

Triadic Colors of #becc3c

#becc3c #3cbecc #cc3cbe

Analogous Colors of #becc3c

#becc3c #76cc3c #cc923c

Monochromatic Colors of #becc3c

#becc3c

Complementary Color

#becc3c #4a3ccc

#becc3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becc3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#becc3c Color CSS Codes

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

#becc3c Text Font Color

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

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


#becc3c Background Color

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

This div background color is #becc3c


#becc3c Border Color

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

This div border color is #becc3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becc3c


Comments

No comments written yet.

Please login to write comment.