Color Hex Logo

#beef68 Color Hex

#BEEF68
(190,239,104)
0 Favorites   0 Comments

Color spaces of #beef68

RGB 190239104
HSL0.230.810.67
HSV82°56°94°
CMYK 0.210.000.56   0.06
XYZ54.600473.679624.4406
Yxy73.67960.35750.4824
Hunter Lab85.8368-36.671443.2039
CIE-Lab88.7708-35.953559.0915

#beef68 color RGB value is (190,239,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101111 01101000
Octal 276 357 150
Decimal 190 239 104
Hex BE EF 68

RGB Percentages of Color #beef68

%35.65
%44.84
%19.51

CMYK Percentages of Color #beef68

%21
%0
%56
%6

Triadic Colors of #beef68

#beef68 #68beef #ef68be

Analogous Colors of #beef68

#beef68 #7bef68 #efdd68

Monochromatic Colors of #beef68

#beef68

Complementary Color

#beef68 #9968ef

#beef68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beef68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beef68 Color CSS Codes

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

#beef68 Text Font Color

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

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


#beef68 Background Color

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

This div background color is #beef68


#beef68 Border Color

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

This div border color is #beef68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beef68


Comments

No comments written yet.

Please login to write comment.