Color Hex Logo

#bec10b Color Hex

#BEC10B
(190,193,11)
0 Favorites   0 Comments

Color spaces of #bec10b

RGB 19019311
HSL0.170.890.40
HSV61°94°76°
CMYK 0.020.000.94   0.24
XYZ40.365649.11127.6685
Yxy49.11120.41550.5055
Hunter Lab70.0794-19.823242.5677
CIE-Lab75.5205-18.652275.2002

#bec10b color RGB value is (190,193,11).

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

The process color (four color CMYK) of #bec10b color hex is 0.02, 0.00, 0.94, 0.24. Web safe color of #bec10b is #cccc00. Color #bec10b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000001 00001011
Octal 276 301 13
Decimal 190 193 11
Hex BE C1 B

RGB Percentages of Color #bec10b

%48.22
%48.98
%2.79

CMYK Percentages of Color #bec10b

%2
%0
%94
%24

Triadic Colors of #bec10b

#bec10b #0bbec1 #c10bbe

Analogous Colors of #bec10b

#bec10b #63c10b #c1690b

Monochromatic Colors of #bec10b

#bec10b

Complementary Color

#bec10b #0e0bc1

#bec10b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec10b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec10b Color CSS Codes

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

#bec10b Text Font Color

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

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


#bec10b Background Color

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

This div background color is #bec10b


#bec10b Border Color

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

This div border color is #bec10b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec10b


Comments

No comments written yet.

Please login to write comment.