Color Hex Logo

#bec68f Color Hex

#BEC68F
(190,198,143)
0 Favorites   0 Comments

Color spaces of #bec68f

RGB 190198143
HSL0.190.330.67
HSV69°28°78°
CMYK 0.040.000.28   0.22
XYZ46.387253.318533.8332
Yxy53.31850.34740.3993
Hunter Lab73.0195-14.388223.6420
CIE-Lab78.0627-11.780826.7129

#bec68f color RGB value is (190,198,143).

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

The process color (four color CMYK) of #bec68f color hex is 0.04, 0.00, 0.28, 0.22. Web safe color of #bec68f is #cccc99. Color #bec68f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000110 10001111
Octal 276 306 217
Decimal 190 198 143
Hex BE C6 8F

RGB Percentages of Color #bec68f

%35.78
%37.29
%26.93

CMYK Percentages of Color #bec68f

%4
%0
%28
%22

Triadic Colors of #bec68f

#bec68f #8fbec6 #c68fbe

Analogous Colors of #bec68f

#bec68f #a3c68f #c6b38f

Monochromatic Colors of #bec68f

#bec68f

Complementary Color

#bec68f #978fc6

#bec68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec68f Color CSS Codes

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

#bec68f Text Font Color

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

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


#bec68f Background Color

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

This div background color is #bec68f


#bec68f Border Color

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

This div border color is #bec68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec68f


Comments

No comments written yet.

Please login to write comment.