Color Hex Logo

#bec37b Color Hex

#BEC37B
(190,195,123)
0 Favorites   0 Comments

Color spaces of #bec37b

RGB 190195123
HSL0.180.380.62
HSV64°37°76°
CMYK 0.030.000.37   0.24
XYZ44.325551.407426.3253
Yxy51.40740.36320.4212
Hunter Lab71.6990-15.121528.4201
CIE-Lab76.9251-12.798435.6206

#bec37b color RGB value is (190,195,123).

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

The process color (four color CMYK) of #bec37b color hex is 0.03, 0.00, 0.37, 0.24. Web safe color of #bec37b is #cccc66. Color #bec37b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000011 01111011
Octal 276 303 173
Decimal 190 195 123
Hex BE C3 7B

RGB Percentages of Color #bec37b

%37.40
%38.39
%24.21

CMYK Percentages of Color #bec37b

%3
%0
%37
%24

Triadic Colors of #bec37b

#bec37b #7bbec3 #c37bbe

Analogous Colors of #bec37b

#bec37b #9ac37b #c3a47b

Monochromatic Colors of #bec37b

#bec37b

Complementary Color

#bec37b #807bc3

#bec37b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec37b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec37b Color CSS Codes

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

#bec37b Text Font Color

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

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


#bec37b Background Color

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

This div background color is #bec37b


#bec37b Border Color

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

This div border color is #bec37b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec37b


Comments

No comments written yet.

Please login to write comment.