Color Hex Logo

#bec46b Color Hex

#BEC46B
(190,196,107)
0 Favorites   0 Comments

Color spaces of #bec46b

RGB 190196107
HSL0.180.430.59
HSV64°45°77°
CMYK 0.030.000.45   0.23
XYZ43.629051.488521.5487
Yxy51.48850.37400.4413
Hunter Lab71.7555-17.040032.4236
CIE-Lab76.9740-15.050543.7487

#bec46b color RGB value is (190,196,107).

#bec46b hex color red value is 190, green value is 196 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bec46b hue: 0.18 , saturation: 0.43 and the lightness value of bec46b is 0.59.

The process color (four color CMYK) of #bec46b color hex is 0.03, 0.00, 0.45, 0.23. Web safe color of #bec46b is #cccc66. Color #bec46b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000100 01101011
Octal 276 304 153
Decimal 190 196 107
Hex BE C4 6B

RGB Percentages of Color #bec46b

%38.54
%39.76
%21.70

CMYK Percentages of Color #bec46b

%3
%0
%45
%23

Triadic Colors of #bec46b

#bec46b #6bbec4 #c46bbe

Analogous Colors of #bec46b

#bec46b #92c46b #c49e6b

Monochromatic Colors of #bec46b

#bec46b

Complementary Color

#bec46b #716bc4

#bec46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec46b Color CSS Codes

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

#bec46b Text Font Color

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

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


#bec46b Background Color

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

This div background color is #bec46b


#bec46b Border Color

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

This div border color is #bec46b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec46b


Comments

No comments written yet.

Please login to write comment.