Color Hex Logo

#bec67f Color Hex

#BEC67F
(190,198,127)
0 Favorites   0 Comments

Color spaces of #bec67f

RGB 190198127
HSL0.190.380.64
HSV67°36°78°
CMYK 0.040.000.36   0.22
XYZ45.260152.867627.8977
Yxy52.86760.35910.4195
Hunter Lab72.7101-16.131228.1485
CIE-Lab77.7968-13.849134.6906

#bec67f color RGB value is (190,198,127).

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

The process color (four color CMYK) of #bec67f color hex is 0.04, 0.00, 0.36, 0.22. Web safe color of #bec67f is #cccc66. Color #bec67f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000110 01111111
Octal 276 306 177
Decimal 190 198 127
Hex BE C6 7F

RGB Percentages of Color #bec67f

%36.89
%38.45
%24.66

CMYK Percentages of Color #bec67f

%4
%0
%36
%22

Triadic Colors of #bec67f

#bec67f #7fbec6 #c67fbe

Analogous Colors of #bec67f

#bec67f #9bc67f #c6ab7f

Monochromatic Colors of #bec67f

#bec67f

Complementary Color

#bec67f #877fc6

#bec67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec67f Color CSS Codes

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

#bec67f Text Font Color

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

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


#bec67f Background Color

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

This div background color is #bec67f


#bec67f Border Color

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

This div border color is #bec67f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,198,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 #bec67f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec67f


Comments

No comments written yet.

Please login to write comment.