Color Hex Logo

#beca7f Color Hex

#BECA7F
(190,202,127)
0 Favorites   0 Comments

Color spaces of #beca7f

RGB 190202127
HSL0.190.410.65
HSV70°37°79°
CMYK 0.060.000.37   0.21
XYZ46.186554.720528.2065
Yxy54.72050.35770.4238
Hunter Lab73.9733-18.003829.1737
CIE-Lab78.8800-15.872336.0912

#beca7f color RGB value is (190,202,127).

#beca7f hex color red value is 190, green value is 202 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #beca7f hue: 0.19 , saturation: 0.41 and the lightness value of beca7f is 0.65.

The process color (four color CMYK) of #beca7f color hex is 0.06, 0.00, 0.37, 0.21. Web safe color of #beca7f is #cccc66. Color #beca7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001010 01111111
Octal 276 312 177
Decimal 190 202 127
Hex BE CA 7F

RGB Percentages of Color #beca7f

%36.61
%38.92
%24.47

CMYK Percentages of Color #beca7f

%6
%0
%37
%21

Triadic Colors of #beca7f

#beca7f #7fbeca #ca7fbe

Analogous Colors of #beca7f

#beca7f #99ca7f #cab17f

Monochromatic Colors of #beca7f

#beca7f

Complementary Color

#beca7f #8b7fca

#beca7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beca7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#beca7f Color CSS Codes

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

#beca7f Text Font Color

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

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


#beca7f Background Color

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

This div background color is #beca7f


#beca7f Border Color

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

This div border color is #beca7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beca7f


Comments

No comments written yet.

Please login to write comment.