Color Hex Logo

#bec22b Color Hex

#BEC22B
(190,194,43)
0 Favorites   0 Comments

Color spaces of #bec22b

RGB 19019443
HSL0.170.640.46
HSV62°78°76°
CMYK 0.020.000.78   0.24
XYZ40.963049.70519.7206
Yxy49.70510.40800.4951
Hunter Lab70.5018-19.666141.1765
CIE-Lab75.8879-18.391069.0404

#bec22b color RGB value is (190,194,43).

#bec22b hex color red value is 190, green value is 194 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bec22b hue: 0.17 , saturation: 0.64 and the lightness value of bec22b is 0.46.

The process color (four color CMYK) of #bec22b color hex is 0.02, 0.00, 0.78, 0.24. Web safe color of #bec22b is #cccc33. Color #bec22b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000010 00101011
Octal 276 302 53
Decimal 190 194 43
Hex BE C2 2B

RGB Percentages of Color #bec22b

%44.50
%45.43
%10.07

CMYK Percentages of Color #bec22b

%2
%0
%78
%24

Triadic Colors of #bec22b

#bec22b #2bbec2 #c22bbe

Analogous Colors of #bec22b

#bec22b #73c22b #c27b2b

Monochromatic Colors of #bec22b

#bec22b

Complementary Color

#bec22b #2f2bc2

#bec22b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec22b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec22b Color CSS Codes

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

#bec22b Text Font Color

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

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


#bec22b Background Color

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

This div background color is #bec22b


#bec22b Border Color

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

This div border color is #bec22b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec22b


Comments

No comments written yet.

Please login to write comment.