Color Hex Logo

#beef64 Color Hex

#BEEF64
(190,239,100)
0 Favorites   0 Comments

Color spaces of #beef64

RGB 190239100
HSL0.230.810.66
HSV81°58°94°
CMYK 0.210.000.58   0.06
XYZ54.402073.600323.3956
Yxy73.60030.35930.4861
Hunter Lab85.7906-36.942243.8847
CIE-Lab88.7332-36.295560.7843

#beef64 color RGB value is (190,239,100).

#beef64 hex color red value is 190, green value is 239 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #beef64 hue: 0.23 , saturation: 0.81 and the lightness value of beef64 is 0.66.

The process color (four color CMYK) of #beef64 color hex is 0.21, 0.00, 0.58, 0.06. Web safe color of #beef64 is #ccff66. Color #beef64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101111 01100100
Octal 276 357 144
Decimal 190 239 100
Hex BE EF 64

RGB Percentages of Color #beef64

%35.92
%45.18
%18.90

CMYK Percentages of Color #beef64

%21
%0
%58
%6

Triadic Colors of #beef64

#beef64 #64beef #ef64be

Analogous Colors of #beef64

#beef64 #79ef64 #efdb64

Monochromatic Colors of #beef64

#beef64

Complementary Color

#beef64 #9564ef

#beef64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beef64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beef64 Color CSS Codes

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

#beef64 Text Font Color

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

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


#beef64 Background Color

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

This div background color is #beef64


#beef64 Border Color

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

This div border color is #beef64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beef64


Comments

No comments written yet.

Please login to write comment.