Color Hex Logo

#beef65 Color Hex

#BEEF65
(190,239,101)
0 Favorites   0 Comments

Color spaces of #beef65

RGB 190239101
HSL0.230.810.67
HSV81°58°94°
CMYK 0.210.000.58   0.06
XYZ54.450773.619723.6521
Yxy73.61970.35890.4852
Hunter Lab85.8019-36.875643.7175
CIE-Lab88.7424-36.211360.3640

#beef65 color RGB value is (190,239,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101111 01100101
Octal 276 357 145
Decimal 190 239 101
Hex BE EF 65

RGB Percentages of Color #beef65

%35.85
%45.09
%19.06

CMYK Percentages of Color #beef65

%21
%0
%58
%6

Triadic Colors of #beef65

#beef65 #65beef #ef65be

Analogous Colors of #beef65

#beef65 #79ef65 #efdb65

Monochromatic Colors of #beef65

#beef65

Complementary Color

#beef65 #9665ef

#beef65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beef65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beef65 Color CSS Codes

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

#beef65 Text Font Color

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

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


#beef65 Background Color

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

This div background color is #beef65


#beef65 Border Color

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

This div border color is #beef65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beef65


Comments

No comments written yet.

Please login to write comment.