Color Hex Logo

#becc2b Color Hex

#BECC2B
(190,204,43)
0 Favorites   0 Comments

Color spaces of #becc2b

RGB 19020443
HSL0.180.650.48
HSV65°79°80°
CMYK 0.070.000.79   0.20
XYZ43.264154.307310.4876
Yxy54.30730.40040.5026
Hunter Lab73.6935-24.169543.1477
CIE-Lab78.6406-23.312471.4947

#becc2b color RGB value is (190,204,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001100 00101011
Octal 276 314 53
Decimal 190 204 43
Hex BE CC 2B

RGB Percentages of Color #becc2b

%43.48
%46.68
%9.84

CMYK Percentages of Color #becc2b

%7
%0
%79
%20

Triadic Colors of #becc2b

#becc2b #2bbecc #cc2bbe

Analogous Colors of #becc2b

#becc2b #6ecc2b #cc8a2b

Monochromatic Colors of #becc2b

#becc2b

Complementary Color

#becc2b #392bcc

#becc2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becc2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#becc2b Color CSS Codes

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

#becc2b Text Font Color

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

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


#becc2b Background Color

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

This div background color is #becc2b


#becc2b Border Color

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

This div border color is #becc2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becc2b


Comments

No comments written yet.

Please login to write comment.