Color Hex Logo

#beca2e Color Hex

#BECA2E
(190,202,46)
0 Favorites   0 Comments

Color spaces of #beca2e

RGB 19020246
HSL0.180.630.49
HSV65°77°79°
CMYK 0.060.000.77   0.21
XYZ42.848953.385510.6308
Yxy53.38550.40100.4996
Hunter Lab73.0654-23.183842.5192
CIE-Lab78.1021-22.225570.1508

#beca2e color RGB value is (190,202,46).

#beca2e hex color red value is 190, green value is 202 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #beca2e hue: 0.18 , saturation: 0.63 and the lightness value of beca2e is 0.49.

The process color (four color CMYK) of #beca2e color hex is 0.06, 0.00, 0.77, 0.21. Web safe color of #beca2e is #cccc33. Color #beca2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001010 00101110
Octal 276 312 56
Decimal 190 202 46
Hex BE CA 2E

RGB Percentages of Color #beca2e

%43.38
%46.12
%10.50

CMYK Percentages of Color #beca2e

%6
%0
%77
%21

Triadic Colors of #beca2e

#beca2e #2ebeca #ca2ebe

Analogous Colors of #beca2e

#beca2e #70ca2e #ca882e

Monochromatic Colors of #beca2e

#beca2e

Complementary Color

#beca2e #3a2eca

#beca2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beca2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#beca2e Color CSS Codes

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

#beca2e Text Font Color

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

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


#beca2e Background Color

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

This div background color is #beca2e


#beca2e Border Color

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

This div border color is #beca2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beca2e


Comments

No comments written yet.

Please login to write comment.