Color Hex Logo

#beef0b Color Hex

#BEEF0B
(190,239,11)
0 Favorites   0 Comments

Color spaces of #beef0b

RGB 19023911
HSL0.200.910.49
HSV73°95°94°
CMYK 0.210.000.95   0.06
XYZ52.162172.704311.6007
Yxy72.70430.38220.5328
Hunter Lab85.2668-40.019351.6203
CIE-Lab88.3065-40.233785.0250

#beef0b color RGB value is (190,239,11).

#beef0b hex color red value is 190, green value is 239 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #beef0b hue: 0.20 , saturation: 0.91 and the lightness value of beef0b is 0.49.

The process color (four color CMYK) of #beef0b color hex is 0.21, 0.00, 0.95, 0.06. Web safe color of #beef0b is #ccff00. Color #beef0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101111 00001011
Octal 276 357 13
Decimal 190 239 11
Hex BE EF B

RGB Percentages of Color #beef0b

%43.18
%54.32
%2.50

CMYK Percentages of Color #beef0b

%21
%0
%95
%6

Triadic Colors of #beef0b

#beef0b #0bbeef #ef0bbe

Analogous Colors of #beef0b

#beef0b #4cef0b #efae0b

Monochromatic Colors of #beef0b

#beef0b

Complementary Color

#beef0b #3c0bef

#beef0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beef0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#beef0b Color CSS Codes

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

#beef0b Text Font Color

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

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


#beef0b Background Color

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

This div background color is #beef0b


#beef0b Border Color

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

This div border color is #beef0b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,239,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 #beef0b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beef0b


Comments

No comments written yet.

Please login to write comment.