Color Hex Logo

#becb40 Color Hex

#BECB40
(190,203,64)
0 Favorites   0 Comments

Color spaces of #becb40

RGB 19020364
HSL0.180.570.52
HSV66°68°80°
CMYK 0.060.000.68   0.20
XYZ43.516654.029212.9856
Yxy54.02920.39370.4888
Hunter Lab73.5046-22.956440.9788
CIE-Lab78.4788-21.868164.4486

#becb40 color RGB value is (190,203,64).

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

The process color (four color CMYK) of #becb40 color hex is 0.06, 0.00, 0.68, 0.20. Web safe color of #becb40 is #cccc33. Color #becb40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001011 01000000
Octal 276 313 100
Decimal 190 203 64
Hex BE CB 40

RGB Percentages of Color #becb40

%41.58
%44.42
%14.00

CMYK Percentages of Color #becb40

%6
%0
%68
%20

Triadic Colors of #becb40

#becb40 #40becb #cb40be

Analogous Colors of #becb40

#becb40 #79cb40 #cb9340

Monochromatic Colors of #becb40

#becb40

Complementary Color

#becb40 #4d40cb

#becb40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becb40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becb40 Color CSS Codes

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

#becb40 Text Font Color

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

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


#becb40 Background Color

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

This div background color is #becb40


#becb40 Border Color

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

This div border color is #becb40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becb40


Comments

No comments written yet.

Please login to write comment.