Color Hex Logo

#bec38c Color Hex

#BEC38C
(190,195,140)
0 Favorites   0 Comments

Color spaces of #bec38c

RGB 190195140
HSL0.180.310.66
HSV65°28°76°
CMYK 0.030.000.28   0.24
XYZ45.483951.870832.4258
Yxy51.87080.35050.3997
Hunter Lab72.0214-13.308723.7212
CIE-Lab77.2035-10.649627.1366

#bec38c color RGB value is (190,195,140).

#bec38c hex color red value is 190, green value is 195 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #bec38c hue: 0.18 , saturation: 0.31 and the lightness value of bec38c is 0.66.

The process color (four color CMYK) of #bec38c color hex is 0.03, 0.00, 0.28, 0.24. Web safe color of #bec38c is #cccc99. Color #bec38c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000011 10001100
Octal 276 303 214
Decimal 190 195 140
Hex BE C3 8C

RGB Percentages of Color #bec38c

%36.19
%37.14
%26.67

CMYK Percentages of Color #bec38c

%3
%0
%28
%24

Triadic Colors of #bec38c

#bec38c #8cbec3 #c38cbe

Analogous Colors of #bec38c

#bec38c #a3c38c #c3ad8c

Monochromatic Colors of #bec38c

#bec38c

Complementary Color

#bec38c #918cc3

#bec38c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec38c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec38c Color CSS Codes

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

#bec38c Text Font Color

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

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


#bec38c Background Color

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

This div background color is #bec38c


#bec38c Border Color

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

This div border color is #bec38c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec38c


Comments

No comments written yet.

Please login to write comment.