Color Hex Logo

#bec06f Color Hex

#BEC06F
(190,192,111)
0 Favorites   0 Comments

Color spaces of #bec06f

RGB 190192111
HSL0.170.390.59
HSV61°42°75°
CMYK 0.010.000.42   0.25
XYZ42.954149.794122.3862
Yxy49.79410.37310.4325
Hunter Lab70.5649-14.832630.5861
CIE-Lab75.9427-12.604540.4799

#bec06f color RGB value is (190,192,111).

#bec06f hex color red value is 190, green value is 192 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bec06f hue: 0.17 , saturation: 0.39 and the lightness value of bec06f is 0.59.

The process color (four color CMYK) of #bec06f color hex is 0.01, 0.00, 0.42, 0.25. Web safe color of #bec06f is #cccc66. Color #bec06f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000000 01101111
Octal 276 300 157
Decimal 190 192 111
Hex BE C0 6F

RGB Percentages of Color #bec06f

%38.54
%38.95
%22.52

CMYK Percentages of Color #bec06f

%1
%0
%42
%25

Triadic Colors of #bec06f

#bec06f #6fbec0 #c06fbe

Analogous Colors of #bec06f

#bec06f #96c06f #c09a6f

Monochromatic Colors of #bec06f

#bec06f

Complementary Color

#bec06f #716fc0

#bec06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec06f Color CSS Codes

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

#bec06f Text Font Color

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

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


#bec06f Background Color

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

This div background color is #bec06f


#bec06f Border Color

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

This div border color is #bec06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec06f


Comments

No comments written yet.

Please login to write comment.