Color Hex Logo

#becc3a Color Hex

#BECC3A
(190,204,58)
0 Favorites   0 Comments

Color spaces of #becc3a

RGB 19020458
HSL0.180.590.51
HSV66°72°80°
CMYK 0.070.000.72   0.20
XYZ43.591854.438412.2131
Yxy54.43840.39540.4938
Hunter Lab73.7824-23.658541.8335
CIE-Lab78.7167-22.671866.8510

#becc3a color RGB value is (190,204,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001100 00111010
Octal 276 314 72
Decimal 190 204 58
Hex BE CC 3A

RGB Percentages of Color #becc3a

%42.04
%45.13
%12.83

CMYK Percentages of Color #becc3a

%7
%0
%72
%20

Triadic Colors of #becc3a

#becc3a #3abecc #cc3abe

Analogous Colors of #becc3a

#becc3a #75cc3a #cc913a

Monochromatic Colors of #becc3a

#becc3a

Complementary Color

#becc3a #483acc

#becc3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becc3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#becc3a Color CSS Codes

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

#becc3a Text Font Color

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

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


#becc3a Background Color

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

This div background color is #becc3a


#becc3a Border Color

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

This div border color is #becc3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becc3a


Comments

No comments written yet.

Please login to write comment.