Color Hex Logo

#beef2d Color Hex

#BEEF2D
(190,239,45)
0 Favorites   0 Comments

Color spaces of #beef2d

RGB 19023945
HSL0.210.860.56
HSV75°81°94°
CMYK 0.210.000.81   0.06
XYZ52.575472.869613.7769
Yxy72.86960.37760.5234
Hunter Lab85.3637-39.448550.1857
CIE-Lab88.3855-39.495879.5688

#beef2d color RGB value is (190,239,45).

#beef2d hex color red value is 190, green value is 239 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #beef2d hue: 0.21 , saturation: 0.86 and the lightness value of beef2d is 0.56.

The process color (four color CMYK) of #beef2d color hex is 0.21, 0.00, 0.81, 0.06. Web safe color of #beef2d is #ccff33. Color #beef2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101111 00101101
Octal 276 357 55
Decimal 190 239 45
Hex BE EF 2D

RGB Percentages of Color #beef2d

%40.08
%50.42
%9.49

CMYK Percentages of Color #beef2d

%21
%0
%81
%6

Triadic Colors of #beef2d

#beef2d #2dbeef #ef2dbe

Analogous Colors of #beef2d

#beef2d #5def2d #efbf2d

Monochromatic Colors of #beef2d

#beef2d

Complementary Color

#beef2d #5e2def

#beef2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beef2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#beef2d Color CSS Codes

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

#beef2d Text Font Color

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

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


#beef2d Background Color

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

This div background color is #beef2d


#beef2d Border Color

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

This div border color is #beef2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beef2d


Comments

No comments written yet.

Please login to write comment.