Color Hex Logo

#bec15b Color Hex

#BEC15B
(190,193,91)
0 Favorites   0 Comments

Color spaces of #bec15b

RGB 19019391
HSL0.170.450.56
HSV62°53°76°
CMYK 0.020.000.53   0.24
XYZ42.193549.842417.2942
Yxy49.84240.38590.4559
Hunter Lab70.5992-16.868234.8955
CIE-Lab75.9724-15.010950.2611

#bec15b color RGB value is (190,193,91).

#bec15b hex color red value is 190, green value is 193 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bec15b hue: 0.17 , saturation: 0.45 and the lightness value of bec15b is 0.56.

The process color (four color CMYK) of #bec15b color hex is 0.02, 0.00, 0.53, 0.24. Web safe color of #bec15b is #cccc66. Color #bec15b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000001 01011011
Octal 276 301 133
Decimal 190 193 91
Hex BE C1 5B

RGB Percentages of Color #bec15b

%40.08
%40.72
%19.20

CMYK Percentages of Color #bec15b

%2
%0
%53
%24

Triadic Colors of #bec15b

#bec15b #5bbec1 #c15bbe

Analogous Colors of #bec15b

#bec15b #8bc15b #c1915b

Monochromatic Colors of #bec15b

#bec15b

Complementary Color

#bec15b #5e5bc1

#bec15b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec15b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec15b Color CSS Codes

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

#bec15b Text Font Color

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

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


#bec15b Background Color

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

This div background color is #bec15b


#bec15b Border Color

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

This div border color is #bec15b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec15b


Comments

No comments written yet.

Please login to write comment.